|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Packages that use AGeneralOperationAccessor | |
|---|---|
| it.avutils.jmapper.operations | This package contains classes common to all operations. |
| it.avutils.jmapper.operations.complex | This package contains classes used to handle complex operations. |
| it.avutils.jmapper.operations.recursive | This package contains classes used to handle recursive operations. |
| it.avutils.jmapper.operations.simple | This package contains classes used to handle simple operations. |
| Uses of AGeneralOperationAccessor in it.avutils.jmapper.operations |
|---|
| Subclasses of AGeneralOperationAccessor in it.avutils.jmapper.operations | |
|---|---|
class |
AGeneralOperation
This abstract class represents an abstract operation that adds, to basic mapping, a mapping type control. |
| Methods in it.avutils.jmapper.operations that return AGeneralOperationAccessor | |
|---|---|
AGeneralOperationAccessor |
AGeneralOperationAccessor.initialDGetPath(String initialDGetPath)
Setting of the first part of the getDestination path. |
AGeneralOperationAccessor |
AGeneralOperationAccessor.initialDSetPath(String initialDSetPath)
Setting of the first part of the setDestination path. |
AGeneralOperationAccessor |
AGeneralOperationAccessor.initialSGetPath(String initialSGetPath)
Setting of the first part of the initialSGetPath path. |
AGeneralOperationAccessor |
AGeneralOperationAccessor.setConversionMethod(ConversionMethod conversion)
Setting of the conversion method |
AGeneralOperationAccessor |
AGeneralOperationAccessor.setDestinationField(Field aDestinationField)
Setting of destination field. |
AGeneralOperationAccessor |
AGeneralOperationAccessor.setInfoOperation(InfoOperation aInfo)
Setting of operation informations. |
AGeneralOperationAccessor |
AGeneralOperationAccessor.setMemberShip(Membership membership)
The conversion method belongs to this membership. |
AGeneralOperationAccessor |
AGeneralOperationAccessor.setMtd(MappingType mappingTypeD)
Setting of destination mapping type. |
AGeneralOperationAccessor |
AGeneralOperationAccessor.setMts(MappingType mappingTypeS)
Setting of source mapping type. |
AGeneralOperationAccessor |
AGeneralOperationAccessor.setSourceField(Field aSourceField)
Setting of source field. |
| Uses of AGeneralOperationAccessor in it.avutils.jmapper.operations.complex |
|---|
| Subclasses of AGeneralOperationAccessor in it.avutils.jmapper.operations.complex | |
|---|---|
class |
AComplexOperation
This class represents an abstract complex operation that adds, to basic mapping, a generic flow. |
class |
ArrayListOperation
This Class represents the mappings between Arrays as destination fields and Lists as source fields. |
class |
ArrayOperation
This Class represents the mappings between Arrays. |
class |
CollectionOperation
This Class represents the mappings between Collections. |
class |
ConversionOperation
|
class |
ListArrayOperation
This Class represents the mappings between Lists as destination fields and Arrays as source fields. |
class |
MapOperation
This Class represents the mappings between Maps. |
| Uses of AGeneralOperationAccessor in it.avutils.jmapper.operations.recursive |
|---|
| Subclasses of AGeneralOperationAccessor in it.avutils.jmapper.operations.recursive | |
|---|---|
class |
ARecursiveOperation
This abstract class represents a recursive operation. |
class |
MappedArrayListOperation
This Class represents the mappings between a mapped/target Array and a mapped/target Collection. |
class |
MappedArrayOperation
This Class represents the mappings between mapped Arrays. |
class |
MappedCollectionOperation
This Class represents the mappings between mapped Collections. |
class |
MappedListArrayOperation
This Class represents the mappings between mapped Collections. |
class |
MappedMapOperation
This Class represents the mappings between mapped Maps. |
class |
ObjectOperation
This Class represents the mappings between mapped Objects. |
| Uses of AGeneralOperationAccessor in it.avutils.jmapper.operations.simple |
|---|
| Subclasses of AGeneralOperationAccessor in it.avutils.jmapper.operations.simple | |
|---|---|
class |
ASimpleOperation
This class represents an abstract simple operation. |
class |
BasicConversion
This Class represents a basic conversion. |
class |
BasicOperation
This Class represents a basic operation. |
|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||