Uses of Interface
org.dom4j.jaxb.JAXBObjectModifier
-
Packages that use JAXBObjectModifier Package Description org.dom4j.jaxb -
-
Uses of JAXBObjectModifier in org.dom4j.jaxb
Methods in org.dom4j.jaxb with parameters of type JAXBObjectModifier Modifier and Type Method Description void
JAXBModifier. addObjectModifier(java.lang.String path, JAXBObjectModifier mod)
Adds theJAXBObjectModifier
to be called when the specified xml path is encounted while parsing the source.
-