Uses of Class
it.avutils.jmapper.util.XML

Packages that use XML
it.avutils.jmapper.config This package contains the classes that handle the configuration and the error messages of the JMapper Framework. 
it.avutils.jmapper.conversions.explicit   
it.avutils.jmapper.dsl This package contains all DSL classes used to increase readability of code. 
it.avutils.jmapper.mapper.generation This package contains classes used to generate the instance of the IMapper interface. 
it.avutils.jmapper.operations.analyzer This package contains classes used to analyze operations. 
it.avutils.jmapper.operations.handler This package contains classes that handles the operations. 
it.avutils.jmapper.operations.recursive This package contains classes used to handle recursive operations. 
it.avutils.jmapper.util This package contains utility classes. 
it.avutils.jmapper.xml This package contains classes that manage the XML configuration file. 
 

Uses of XML in it.avutils.jmapper.config
 

Methods in it.avutils.jmapper.config with parameters of type XML
static void Error.configNotPresent(Class<?> destination, Class<?> source, XML xml)
          Thrown when the xml configuration doesn't contains the classes configuration.
static void Error.configNotPresent(Class<?> clazz, XML xml)
          Thrown when missing the configuration belonging to clazz.
 

Constructors in it.avutils.jmapper.config with parameters of type XML
ConfigReader(Class<?> aConfiguredClass, Class<?> aTargetClass, XML aXml)
           
 

Uses of XML in it.avutils.jmapper.conversions.explicit
 

Constructors in it.avutils.jmapper.conversions.explicit with parameters of type XML
ConversionHandler(XML xml, Class<?> destinationClass, Class<?> sourceClass)
          Default constructor.
ConversionReader(XML xml, ChooseConfig config, Class<?> destinationClass, Class<?> sourceClass)
          Constructor that defines the xml configuration, the configuration chosen, the destination and source classes.
 

Uses of XML in it.avutils.jmapper.dsl
 

Methods in it.avutils.jmapper.dsl that return XML
 XML XmlBuilder.atDevelopmentTime()
           
 XML XmlBuilder.atRuntime()
           
 

Uses of XML in it.avutils.jmapper.mapper.generation
 

Constructors in it.avutils.jmapper.mapper.generation with parameters of type XML
MappingBuilder(Class<?> aDestination, Class<?> aSource, ChooseConfig configChoice, XML xml, Set<Method> methodsToGenerate)
          MappingBuilder takes in input all informations that need to write the mappings.
MappingBuilder(Class<?> aDestination, Class<?> aSource, String aStringOfSetDestination, String aStringOfGetDestination, String aStringOfGetSource, ChooseConfig cc, XML xml, Set<Method> methodsToGenerate)
          MappingBuilder takes in input all informations that need for to write the mappings.
 

Uses of XML in it.avutils.jmapper.operations.analyzer
 

Constructors in it.avutils.jmapper.operations.analyzer with parameters of type XML
ArrayAnalyzer(XML aXml)
          Takes as input an xml object that represents the xml configuration.
ArrayListAnalyzer(XML aXml)
          Takes as input an xml object that represents the xml configuration.
CollectionAnalyzer(XML aXml)
          Takes as input an xml object that represents the xml configuration.
MapAnalyzer(XML aXml)
          Takes as input an xml object that represents the xml configuration.
ObjectAnalyzer(XML aXml)
          Takes as input an xml object that represents the xml configuration.
OperationAnalyzer(XML aXml)
           
 

Uses of XML in it.avutils.jmapper.operations.handler
 

Constructors in it.avutils.jmapper.operations.handler with parameters of type XML
OperationHandler(Class<?> aDestinationClass, Class<?> aSourceClass, ChooseConfig aConfigurationChosen, XML aXml)
           
 

Uses of XML in it.avutils.jmapper.operations.recursive
 

Fields in it.avutils.jmapper.operations.recursive declared as XML
protected  XML ARecursiveOperation.xml
          xml object
 

Methods in it.avutils.jmapper.operations.recursive with parameters of type XML
 ARecursiveOperation ARecursiveOperation.setXml(XML aXml)
          Xml setting.
 

Uses of XML in it.avutils.jmapper.util
 

Methods in it.avutils.jmapper.util that return XML
 XML XML.addAnnotatedClass(Class<?> aClass)
          This method adds to the xml configuration file, the class given in input.
 XML XML.addAttributes(Class<?> aClass, Attribute[] attributes)
          This method adds the attributes to an existing Class.
 XML XML.addClass(Class<?> aClass, Attribute[] attributes)
          This method adds Class and attributes to xmlJmapper object.
 XML XML.deleteAttributes(Class<?> aClass, String[] attributes)
          This method deletes the attributes to an existing Class.
 XML XML.deleteClass(Class<?> aClass)
          This method remove a specific Class from Xml Configuration File
 XML XML.setXmlPath(String aXmlPath)
          Setting of xml path.
 XML XML.write()
          Writes the xml mapping file starting from xmlJmapper object.
 

Methods in it.avutils.jmapper.util with parameters of type XML
static boolean ClassesManager.areMappedObjects(Class<?> dClass, Class<?> sClass, XML xml)
          returns true if almost one class is configured, false otherwise.
static ChooseConfig ClassesManager.configChosen(Class<?> dItem, Class<?> sItem, XML xml)
          returns the location of the configuration, null if both classes are configured.
static List<ConversionMethod> ClassesManager.getConversionMethods(Class<?> clazz, XML xml)
          Returns the conversions method belonging to clazz.
static boolean ClassesManager.isMapped(Class<?> aClass, XML xml)
          Returns true if the class is configured in annotation or xml, false otherwise.
static boolean ClassesManager.isMappedInXML(Class<?> aClass, XML xml)
          Returns true if the class is configured in xml, false otherwise.
 

Uses of XML in it.avutils.jmapper.xml
 

Methods in it.avutils.jmapper.xml that return XML
 XML XmlHandler.getXML()
          For debug porpouse
 



Copyright © 2013. All Rights Reserved.