|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Packages that use XmlHandler | |
|---|---|
| it.avutils.jmapper.xml | This package contains classes that manage the XML configuration file. |
| Uses of XmlHandler in it.avutils.jmapper.xml |
|---|
| Methods in it.avutils.jmapper.xml that return XmlHandler | |
|---|---|
XmlHandler |
XmlHandler.addAnnotatedClass()
Add all Annotated classes to Xml Configuration. |
XmlHandler |
XmlHandler.addAnnotatedClass(Class<?>... classes)
Add the annotated classes given as input to Xml Configuration. |
XmlHandler |
XmlHandler.addAnnotatedClassAll(Class<?>... classes)
Add the annotated classes given as input to Xml Configuration. |
XmlHandler |
XmlHandler.addAttributes(Class<?> aClass,
Attribute... attributes)
Adds attributes to the existent Class in the Xml configuration. |
XmlHandler |
XmlHandler.addClass(Class<?> clazz,
Attribute... attributes)
This method adds a specific Class to Xml Configuration File. |
XmlHandler |
XmlHandler.addClass(Class<?> clazz,
String... attributes)
This method adds a specific Class to Xml Configuration File. |
XmlHandler |
XmlHandler.cleanAnnotatedClass()
Cleans up all annotated classes from the configuration |
XmlHandler |
XmlHandler.cleanAnnotatedClass(Class<?>... classes)
Cleans up the annotated classes, given as input, from the configuration. |
XmlHandler |
XmlHandler.cleanAnnotatedClassAll(Class<?>... classes)
Cleans up the annotated classes, given as input, from the configuration. |
XmlHandler |
XmlHandler.deleteAnnotatedClasses()
Eliminates all classes annotated, from Xml configuration. |
XmlHandler |
XmlHandler.deleteAttributes(Class<?> aClass,
String... attributes)
Deletes attributes to the existent Class in the Xml configuration. |
XmlHandler |
XmlHandler.deleteClass(Class<?>... classes)
This method remove the classes given as input, from xml mapping File. |
XmlHandler |
XmlHandler.fromXmlToAnnotation()
Adds annotations to all classes presents in the Xml configuration. |
XmlHandler |
XmlHandler.fromXmlToAnnotation(Class<?>... classes)
Adds annotations to classes given as input starting from Xml configuration. |
XmlHandler |
XmlHandler.fromXmlToAnnotationAll(Class<?>... classes)
Adds annotations to classes given as input starting from Xml configuration. |
XmlHandler |
XmlHandler.overrideAnnotatedClass()
This method rewrites the xml configuration of only those classes configured in annotation and xml. |
XmlHandler |
XmlHandler.overrideAnnotatedClass(Class<?>... classes)
This method rewrites the xml configuration only if the classes, geiven as input, are configured in annotation and xml.. |
XmlHandler |
XmlHandler.overrideAnnotatedClassAll(Class<?>... classes)
This method rewrite a Xml Configuration of the Annotated Class given as input. |
XmlHandler |
XmlHandler.overrideClass(Class<?> aClass,
Attribute... attributes)
This method rewrite a configuration of the Class given as input, with this attributes. |
|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||