|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Packages that use Method | |
|---|---|
| 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.mapper.generation | This package contains classes used to generate the instance of the IMapper interface. |
| it.avutils.jmapper.mapper.generation.beans | This package contains classes used to obtain all necessary data we need 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.recursive | This package contains classes used to handle recursive operations. |
| Uses of Method in it.avutils.jmapper.config |
|---|
| Methods in it.avutils.jmapper.config with parameters of type Method | |
|---|---|
static void |
Error.bodyContainsIllegalCode(Method method,
Exception additionalInformation)
Thrown when the code contained in the body method is illegal. |
| Uses of Method in it.avutils.jmapper.conversions.explicit |
|---|
| Methods in it.avutils.jmapper.conversions.explicit that return Method | |
|---|---|
Method |
ConversionHandler.loadMethod()
Loads the method to generate. |
| Uses of Method in it.avutils.jmapper.mapper.generation |
|---|
| Methods in it.avutils.jmapper.mapper.generation that return types with arguments of type Method | |
|---|---|
Set<Method> |
MappingBuilder.methodsToGenerate()
|
| Method parameters in it.avutils.jmapper.mapper.generation with type arguments of type Method | |
|---|---|
static Class<?> |
MapperGenerator.generateMapperClass(MappingBuilder mapping,
Set<Method> methodsToGenerate)
|
| Constructor parameters in it.avutils.jmapper.mapper.generation with type arguments of type Method | |
|---|---|
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 Method in it.avutils.jmapper.mapper.generation.beans |
|---|
| Methods in it.avutils.jmapper.mapper.generation.beans that return Method | |
|---|---|
Method |
Method.setBody(String body)
|
Method |
Method.setParameters(Class<?>[] parameters)
|
Method |
Method.setReturnType(Class<?> returnType)
|
| Uses of Method in it.avutils.jmapper.operations.handler |
|---|
| Method parameters in it.avutils.jmapper.operations.handler with type arguments of type Method | |
|---|---|
void |
OperationHandler.loadStructures(Set<Method> methodsToGenerate)
This method calculates and loads the lists relating to the operations to be performed. |
| Uses of Method in it.avutils.jmapper.operations.recursive |
|---|
| Fields in it.avutils.jmapper.operations.recursive with type parameters of type Method | |
|---|---|
protected Set<Method> |
ARecursiveOperation.methodsToGenerate
methods to generate |
| Method parameters in it.avutils.jmapper.operations.recursive with type arguments of type Method | |
|---|---|
ARecursiveOperation |
ARecursiveOperation.setMethodsToGenerate(Set<Method> methodsToGenerate)
This set is used to add all explicit conversions which must be generated. |
|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||