Uses of Class
it.avutils.jmapper.enums.MappingType

Packages that use MappingType
it.avutils.jmapper JMapper is an dynamic mapping framework. 
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 This package contains classes common to all operations. 
 

Uses of MappingType in it.avutils.jmapper
 

Methods in it.avutils.jmapper with parameters of type MappingType
 D JMapper.getDestination(D destination, S source, MappingType mtDestination, MappingType mtSource)
          This Method returns the destination given in input enriched with data contained in source given in input
with this setting: NullPointerControlALL MappingType of DestinationmtDestination MappingType of SourcemtSource
 D IJMapper.getDestination(D destination, S source, MappingType mtDestination, MappingType mtSource)
          This Method returns the destination given in input enriched with data contained in source given in input
with this setting: NullPointerControlALL MappingType of DestinationmtDestination MappingType of SourcemtSource
 D JMapper.getDestination(D destination, S source, NullPointerControl nullPointerControl, MappingType mtDestination, MappingType mtSource)
          This Method returns the destination given in input enriched with data contained in source given in input
with this setting: NullPointerControlnullPointerControl MappingType of DestinationmtDestination MappingType of SourcemtSource
 D IJMapper.getDestination(D destination, S source, NullPointerControl nullPointerControl, MappingType mtDestination, MappingType mtSource)
          This Method returns the destination given in input enriched with data contained in source given in input
with this setting: NullPointerControlnullPointerControl MappingType of DestinationmtDestination MappingType of SourcemtSource
 D JMapper.getDestination(S source, MappingType mtSource)
          This method returns a new instance of Destination Class with this setting: NullPointerControlSOURCE MappingType of DestinationALL_FIELDS MappingType of SourcemtSource
 D IJMapper.getDestination(S source, MappingType mtSource)
          This method returns a new instance of Destination Class with this setting: NullPointerControlSOURCE MappingType of DestinationALL_FIELDS MappingType of SourcemtSource
 D JMapper.getDestination(S source, NullPointerControl nullPointerControl, MappingType mtSource)
          This method returns a new instance of Destination Class with this setting: NullPointerControlnullPointerControl MappingType of DestinationALL_FIELDS MappingType of SourcemtSource
 D IJMapper.getDestination(S source, NullPointerControl nullPointerControl, MappingType mtSource)
          This method returns a new instance of Destination Class with this setting: NullPointerControlnullPointerControl MappingType of DestinationALL_FIELDS MappingType of SourcemtSource
<S> T
RelationalJMapper.manyToOne(S source, MappingType mtSource)
          This method returns a new instance of Configured Class with this setting: NullPointerControlSOURCE MappingType of DestinationALL_FIELDS MappingType of SourcemtSource
<S> T
IRelationalJMapper.manyToOne(S source, MappingType mtSource)
          This method returns a new instance of Configured Class with this setting: NullPointerControlSOURCE MappingType of DestinationALL_FIELDS MappingType of SourcemtSource
<S> T
RelationalJMapper.manyToOne(S source, NullPointerControl nullPointerControl, MappingType mtSource)
          This method returns a new instance of Configured Class with this setting: NullPointerControlnullPointerControl MappingType of DestinationALL_FIELDS MappingType of SourcemtSource
<S> T
IRelationalJMapper.manyToOne(S source, NullPointerControl nullPointerControl, MappingType mtSource)
          This method returns a new instance of Configured Class with this setting: NullPointerControlnullPointerControl MappingType of DestinationALL_FIELDS MappingType of SourcemtSource
<S> T
RelationalJMapper.manyToOne(T destination, S source, MappingType mtDestination, MappingType mtSource)
          This Method returns the configured instance given in input enriched with data contained in source given in input
with this setting: NullPointerControlALL MappingType of DestinationmtDestination MappingType of SourcemtSource
<S> T
IRelationalJMapper.manyToOne(T destination, S source, MappingType mtDestination, MappingType mtSource)
          This Method returns the configured instance given in input enriched with data contained in source given in input
with this setting: NullPointerControlALL MappingType of DestinationmtDestination MappingType of SourcemtSource
<S> T
RelationalJMapper.manyToOne(T destination, S source, NullPointerControl nullPointerControl, MappingType mtDestination, MappingType mtSource)
          This Method returns the configured instance given in input enriched with data contained in source given in input
with this setting: NullPointerControlnullPointerControl MappingType of DestinationmtDestination MappingType of SourcemtSource
<S> T
IRelationalJMapper.manyToOne(T destination, S source, NullPointerControl nullPointerControl, MappingType mtDestination, MappingType mtSource)
          This Method returns the configured instance given in input enriched with data contained in source given in input
with this setting: NullPointerControlnullPointerControl MappingType of DestinationmtDestination MappingType of SourcemtSource
<D> D
RelationalJMapper.oneToMany(Class<D> destinationClass, T source, MappingType mtSource)
          This method returns a new instance of Target Class with this setting: NullPointerControlSOURCE MappingType of DestinationALL_FIELDS MappingType of SourcemtSource
<D> D
IRelationalJMapper.oneToMany(Class<D> destinationClass, T source, MappingType mtSource)
          This method returns a new instance of Target Class with this setting: NullPointerControlSOURCE MappingType of DestinationALL_FIELDS MappingType of SourcemtSource
<D> D
RelationalJMapper.oneToMany(Class<D> destinationClass, T source, NullPointerControl nullPointerControl, MappingType mtSource)
          This method returns a new instance of Target Class with this setting: NullPointerControlnullPointerControl MappingType of DestinationALL_FIELDS MappingType of SourcemtSource
<D> D
IRelationalJMapper.oneToMany(Class<D> destinationClass, T source, NullPointerControl nullPointerControl, MappingType mtSource)
          This method returns a new instance of Target Class with this setting: NullPointerControlnullPointerControl MappingType of DestinationALL_FIELDS MappingType of SourcemtSource
<D> D
RelationalJMapper.oneToMany(D destination, T source, MappingType mtDestination, MappingType mtSource)
          This Method returns the destination given in input enriched with data contained in source given in input
with this setting: NullPointerControlALL MappingType of DestinationmtDestination MappingType of SourcemtSource
<D> D
IRelationalJMapper.oneToMany(D destination, T source, MappingType mtDestination, MappingType mtSource)
          This Method returns the destination given in input enriched with data contained in source given in input
with this setting: NullPointerControlALL MappingType of DestinationmtDestination MappingType of SourcemtSource
<D> D
RelationalJMapper.oneToMany(D destination, T source, NullPointerControl nullPointerControl, MappingType mtDestination, MappingType mtSource)
          This Method returns the destination given in input enriched with data contained in source given in input
with this setting: NullPointerControlnullPointerControl MappingType of DestinationmtDestination MappingType of SourcemtSource
<D> D
IRelationalJMapper.oneToMany(D destination, T source, NullPointerControl nullPointerControl, MappingType mtDestination, MappingType mtSource)
          This Method returns the destination given in input enriched with data contained in source given in input
with this setting: NullPointerControlnullPointerControl MappingType of DestinationmtDestination MappingType of SourcemtSource
 

Uses of MappingType in it.avutils.jmapper.enums
 

Methods in it.avutils.jmapper.enums that return MappingType
static MappingType MappingType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static MappingType[] MappingType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Uses of MappingType in it.avutils.jmapper.mapper.generation
 

Methods in it.avutils.jmapper.mapper.generation with parameters of type MappingType
 StringBuilder MappingBuilder.mapping(boolean makeDest, MappingType mtd, MappingType mts)
          This method writes the mapping based on the value of the three parameters taken in input.
 

Uses of MappingType in it.avutils.jmapper.operations
 

Fields in it.avutils.jmapper.operations declared as MappingType
protected  MappingType AGeneralOperationAccessor.mtd
          mapping type of destination
protected  MappingType AGeneralOperationAccessor.mts
          mapping type of source
 

Methods in it.avutils.jmapper.operations that return MappingType
 MappingType AGeneralOperationAccessor.getMtd()
           
 MappingType AGeneralOperationAccessor.getMts()
           
 

Methods in it.avutils.jmapper.operations with parameters of type MappingType
 AGeneralOperationAccessor AGeneralOperationAccessor.setMtd(MappingType mappingTypeD)
          Setting of destination mapping type.
 AGeneralOperationAccessor AGeneralOperationAccessor.setMts(MappingType mappingTypeS)
          Setting of source mapping type.
 



Copyright © 2013. All Rights Reserved.