Uses of Class
it.avutils.jmapper.operations.complex.AComplexOperation

Packages that use AComplexOperation
it.avutils.jmapper.operations.complex This package contains classes used to handle complex 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. 
 

Uses of AComplexOperation in it.avutils.jmapper.operations.complex
 

Subclasses of AComplexOperation in it.avutils.jmapper.operations.complex
 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.
 

Methods in it.avutils.jmapper.operations.complex that return AComplexOperation
 AComplexOperation AComplexOperation.setDestinationClass(Class<?> aDestinationClass)
           
 

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

Methods in it.avutils.jmapper.operations.handler that return types with arguments of type AComplexOperation
 List<AComplexOperation> OperationHandler.getComplexOperations()
           
 

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

Subclasses of AComplexOperation 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.
 



Copyright © 2013. All Rights Reserved.