Uses of Class
it.avutils.jmapper.enums.ConversionType

Packages that use ConversionType
it.avutils.jmapper.conversions.implicit This package contains all classes that manage conversion between fields. 
it.avutils.jmapper.conversions.implicit.analyzer This package contains all classes that analyze the conversion between fields. 
it.avutils.jmapper.enums This package contains all Enumerations used in JMapper Framework. 
it.avutils.jmapper.operations This package contains classes common to all operations. 
it.avutils.jmapper.operations.info This package contains classes used to transport information of the operations. 
 

Uses of ConversionType in it.avutils.jmapper.conversions.implicit
 

Methods in it.avutils.jmapper.conversions.implicit with parameters of type ConversionType
static String ConversionHandler.getConversion(ConversionType conversionType, Object src)
          Returns a String that contains a literal conversion from source to destination defined from conversionType parameter.
 

Uses of ConversionType in it.avutils.jmapper.conversions.implicit.analyzer
 

Methods in it.avutils.jmapper.conversions.implicit.analyzer that return ConversionType
static ConversionType ConversionAnalyzer.getConversionType(Class<?> destination, Class<?> source)
          Analyzes classes given as input and returns the type of conversion that has to be done.
static ConversionType ConversionAnalyzer.getConversionType(Field destination, Field source)
          Analyzes Fields given as input and returns the type of conversion that has to be done.
 

Uses of ConversionType in it.avutils.jmapper.enums
 

Methods in it.avutils.jmapper.enums that return ConversionType
static ConversionType ConversionType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static ConversionType[] ConversionType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Uses of ConversionType in it.avutils.jmapper.operations
 

Methods in it.avutils.jmapper.operations with parameters of type ConversionType
protected  Object AGeneralOperation.applyImplicitConversion(ConversionType conversionType, Class<?> dClass, Class<?> sClass, Object sourceContent)
          This method returns the source content modified, analyzing conversion type, destination and source classes.
 

Uses of ConversionType in it.avutils.jmapper.operations.info
 

Methods in it.avutils.jmapper.operations.info that return ConversionType
 ConversionType InfoOperation.getConversionType()
           
 ConversionType InfoMapOperation.getKeyConversionType()
           
 ConversionType InfoMapOperation.getValueConversionType()
           
 

Methods in it.avutils.jmapper.operations.info with parameters of type ConversionType
 InfoOperation InfoOperation.setConversionType(ConversionType conversionType)
           
 InfoMapOperation InfoMapOperation.setKeyConversionType(ConversionType keyConversionType)
           
 InfoMapOperation InfoMapOperation.setValueConversionType(ConversionType valueConversionType)
           
 

Constructors in it.avutils.jmapper.operations.info with parameters of type ConversionType
InfoMapOperation(OperationType keyInstructionType, ConversionType keyConversionType, ChooseConfig keyConfigChosen, OperationType valueInstructionType, ConversionType valueConversionType, ChooseConfig valueConfigChosen)
           
InfoOperation(OperationType instructionType, ConversionType conversionType)
           
InfoOperation(OperationType instructionType, ConversionType conversionType, ChooseConfig configChosen, InfoMapOperation mapOperation)
           
 



Copyright © 2013. All Rights Reserved.