Uses of Class
ma.glasnost.orika.metadata.FieldMapBuilder

Packages that use FieldMapBuilder
ma.glasnost.orika.metadata   
 

Uses of FieldMapBuilder in ma.glasnost.orika.metadata
 

Methods in ma.glasnost.orika.metadata that return FieldMapBuilder
 FieldMapBuilder<A,B> FieldMapBuilder.aElementType(Class<?> rawType)
          Specify element type for A side property
When dealing with legacy code, prior to Java 1.5 you can add element type of collections, this is not required when using generics
 FieldMapBuilder<A,B> FieldMapBuilder.aElementType(Type<?> elementType)
          Specify element type for A side property
When dealing with legacy code, prior to Java 1.5 you can add element type of collections, this is not required when using generics
 FieldMapBuilder<A,B> FieldMapBuilder.aInverse(String aInverse)
           
 FieldMapBuilder<A,B> FieldMapBuilder.aToB()
          Specify that the configured field mapping (property) should only be used when mapping in the direction from A to B
 FieldMapBuilder<A,B> FieldMapBuilder.bElementType(Class<?> rawType)
          Specify element type for B side property
When dealing with legacy code, prior to Java 1.5 you can add element type of collections, this is not required when using generics
 FieldMapBuilder<A,B> FieldMapBuilder.bElementType(Type<?> elementType)
          Specify element type for B side property
When dealing with legacy code, prior to Java 1.5 you can add element type of collections, this is not required when using generics
 FieldMapBuilder<A,B> FieldMapBuilder.bInverse(String bInverse)
           
 FieldMapBuilder<A,B> FieldMapBuilder.bToA()
          Specify that the configured field mapping (property) should only be used when mapping in the direction from B to A
 FieldMapBuilder<A,B> FieldMapBuilder.converter(String id)
          Specify that the converter (which was previously registered with the specified id) should be applied to this specific field mapping.
 FieldMapBuilder<A,B> FieldMapBuilder.exclude()
          Specify that the property should be excluded from mapping
 FieldMapBuilder<A,B> ClassMapBuilder.fieldMap(Property.Builder fieldA, Property.Builder fieldB, boolean byDefault)
           
 FieldMapBuilder<A,B> ClassMapBuilder.fieldMap(Property.Builder fieldA, String fieldNameB, boolean byDefault)
           
 FieldMapBuilder<A,B> ClassMapBuilder.fieldMap(Property fieldA, Property fieldB, boolean byDefault)
           
 FieldMapBuilder<A,B> ClassMapBuilder.fieldMap(Property fieldA, String fieldNameB, boolean byDefault)
           
 FieldMapBuilder<A,B> ClassMapBuilder.fieldMap(String a)
          Create a fieldMap for the particular field (same property name used in both types)
 FieldMapBuilder<A,B> ClassMapBuilder.fieldMap(String a, boolean byDefault)
          Create a fieldMap for the particular field (same property name used in both types)
 FieldMapBuilder<A,B> ClassMapBuilder.fieldMap(String fieldNameA, Property.Builder fieldB, boolean byDefault)
           
 FieldMapBuilder<A,B> ClassMapBuilder.fieldMap(String fieldNameA, Property fieldB, boolean byDefault)
           
 FieldMapBuilder<A,B> ClassMapBuilder.fieldMap(String fieldNameA, String fieldNameB)
          Create a fieldMap for the particular field mapping
 FieldMapBuilder<A,B> ClassMapBuilderForMaps.fieldMap(String fieldNameA, String fieldNameB, boolean byDefault)
           
 FieldMapBuilder<A,B> ClassMapBuilderForLists.fieldMap(String fieldNameA, String fieldNameB, boolean byDefault)
           
 FieldMapBuilder<A,B> ClassMapBuilder.fieldMap(String fieldNameA, String fieldNameB, boolean byDefault)
          Create a fieldMap for the particular field mapping
 FieldMapBuilder<A,B> FieldMapBuilder.mapNulls(boolean destinationMappedOnNull)
           
 FieldMapBuilder<A,B> FieldMapBuilder.mapNullsInReverse(boolean sourceMappedOnNull)
           
 



Copyright © 2013 Glasnost. All Rights Reserved.