Uses of Class
it.avutils.jmapper.operations.AGeneralOperation

Packages that use AGeneralOperation
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 AGeneralOperation in it.avutils.jmapper.operations.complex
 

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

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

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



Copyright © 2013. All Rights Reserved.