|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Packages that use ChooseConfig | |
|---|---|
| it.avutils.jmapper | JMapper is an dynamic mapping 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.enums | This package contains all Enumerations used in JMapper Framework. |
| it.avutils.jmapper.mapper.generation | This package contains classes used to generate the instance of the IMapper interface. |
| it.avutils.jmapper.operations.handler | This package contains classes that handles the operations. |
| it.avutils.jmapper.operations.info | This package contains classes used to transport information of 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. |
| Uses of ChooseConfig in it.avutils.jmapper |
|---|
| Constructors in it.avutils.jmapper with parameters of type ChooseConfig | |
|---|---|
JMapper(Class<D> destination,
Class<S> source,
ChooseConfig chooseConfig)
Constructs a JMapper that handles two classes: the class of destination and the class of source. |
|
JMapper(Class<D> destination,
Class<S> source,
ChooseConfig config,
String xmlPath)
Constructs a JMapper that handles two classes: the class of destination and the class of source. |
|
| Uses of ChooseConfig in it.avutils.jmapper.conversions.explicit |
|---|
| Constructors in it.avutils.jmapper.conversions.explicit with parameters of type ChooseConfig | |
|---|---|
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 ChooseConfig in it.avutils.jmapper.dsl |
|---|
| Methods in it.avutils.jmapper.dsl with parameters of type ChooseConfig | |
|---|---|
MapperBuilder |
MapperBuilder.analyzing(ChooseConfig config)
This method set the config instance variable. |
| Uses of ChooseConfig in it.avutils.jmapper.enums |
|---|
| Methods in it.avutils.jmapper.enums that return ChooseConfig | |
|---|---|
static ChooseConfig |
ChooseConfig.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static ChooseConfig[] |
ChooseConfig.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Uses of ChooseConfig in it.avutils.jmapper.mapper.generation |
|---|
| Constructors in it.avutils.jmapper.mapper.generation with parameters of type ChooseConfig | |
|---|---|
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 ChooseConfig in it.avutils.jmapper.operations.handler |
|---|
| Constructors in it.avutils.jmapper.operations.handler with parameters of type ChooseConfig | |
|---|---|
OperationHandler(Class<?> aDestinationClass,
Class<?> aSourceClass,
ChooseConfig aConfigurationChosen,
XML aXml)
|
|
| Uses of ChooseConfig in it.avutils.jmapper.operations.info |
|---|
| Methods in it.avutils.jmapper.operations.info that return ChooseConfig | |
|---|---|
ChooseConfig |
InfoOperation.getConfigChosen()
|
ChooseConfig |
InfoMapOperation.getKeyConfigChosen()
|
ChooseConfig |
InfoMapOperation.getValueConfigChosen()
|
| Methods in it.avutils.jmapper.operations.info with parameters of type ChooseConfig | |
|---|---|
InfoOperation |
InfoOperation.setConfigChosen(ChooseConfig configChosen)
|
InfoMapOperation |
InfoMapOperation.setKeyConfigChosen(ChooseConfig keyConfigChosen)
|
InfoMapOperation |
InfoMapOperation.setValueConfigChosen(ChooseConfig valueConfigChosen)
|
| Constructors in it.avutils.jmapper.operations.info with parameters of type ChooseConfig | |
|---|---|
InfoMapOperation(OperationType keyInstructionType,
ConversionType keyConversionType,
ChooseConfig keyConfigChosen,
OperationType valueInstructionType,
ConversionType valueConversionType,
ChooseConfig valueConfigChosen)
|
|
InfoOperation(OperationType instructionType,
ConversionType conversionType,
ChooseConfig configChosen,
InfoMapOperation mapOperation)
|
|
| Uses of ChooseConfig in it.avutils.jmapper.operations.recursive |
|---|
| Fields in it.avutils.jmapper.operations.recursive declared as ChooseConfig | |
|---|---|
protected ChooseConfig |
ARecursiveOperation.configChosen
configuration chosen |
| Methods in it.avutils.jmapper.operations.recursive with parameters of type ChooseConfig | |
|---|---|
ARecursiveOperation |
ARecursiveOperation.setConfigChosen(ChooseConfig configChosen)
ChooseConfig setting. |
| Uses of ChooseConfig in it.avutils.jmapper.util |
|---|
| Methods in it.avutils.jmapper.util that return ChooseConfig | |
|---|---|
static ChooseConfig |
ClassesManager.configChosen(Class<?> dItem,
Class<?> sItem,
XML xml)
returns the location of the configuration, null if both classes are configured. |
|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||