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

Packages that use NullPointerControl
it.avutils.jmapper JMapper is an dynamic mapping framework. 
it.avutils.jmapper.enums This package contains all Enumerations used in JMapper Framework. 
 

Uses of NullPointerControl in it.avutils.jmapper
 

Methods in it.avutils.jmapper with parameters of type NullPointerControl
 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, 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, 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, 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, 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, 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 NullPointerControl in it.avutils.jmapper.enums
 

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



Copyright © 2013. All Rights Reserved.