Uses of Interface
ma.glasnost.orika.DefaultFieldMapper

Packages that use DefaultFieldMapper
ma.glasnost.orika   
ma.glasnost.orika.impl   
ma.glasnost.orika.metadata   
 

Uses of DefaultFieldMapper in ma.glasnost.orika
 

Classes in ma.glasnost.orika that implement DefaultFieldMapper
static class MappingHint.DefaultFieldMappingConverter
          Deprecated. DefaultFieldMappingConverter provided back-compatibility support for MappingHint
 

Methods in ma.glasnost.orika with parameters of type DefaultFieldMapper
 void MapperFactory.registerDefaultFieldMapper(DefaultFieldMapper... fieldDefaults)
          Register one or more DefaultFieldMapper instances to be used by this MapperFactory; these instances will be used whenever automatically generating a Mapper for a given pair of types.
 

Uses of DefaultFieldMapper in ma.glasnost.orika.impl
 

Methods in ma.glasnost.orika.impl with parameters of type DefaultFieldMapper
 void DefaultMapperFactory.registerDefaultFieldMapper(DefaultFieldMapper... mappers)
           
 

Uses of DefaultFieldMapper in ma.glasnost.orika.metadata
 

Fields in ma.glasnost.orika.metadata declared as DefaultFieldMapper
protected  DefaultFieldMapper[] ClassMapBuilderFactory.defaults
           
 

Methods in ma.glasnost.orika.metadata that return DefaultFieldMapper
protected  DefaultFieldMapper[] ClassMapBuilder.getDefaultFieldMappers()
           
 

Methods in ma.glasnost.orika.metadata with parameters of type DefaultFieldMapper
 ClassMapBuilder<A,B> ScoringClassMapBuilder.byDefault(DefaultFieldMapper... withDefaults)
           
 ClassMapBuilderForMaps<A,B> ClassMapBuilderForMaps.byDefault(DefaultFieldMapper... withDefaults)
          Configures this class-map builder to employ the default property mapping behavior to any properties that have not already been mapped or excluded; if any DefaultFieldMapper instances are passed, they will be used (instead of those configured on the builder) to attempt a property name match if a direct match is not found.
 ClassMapBuilder<A,B> ClassMapBuilder.byDefault(DefaultFieldMapper... withDefaults)
          Configures this class-map builder to employ the default property mapping behavior to any properties that have not already been mapped or excluded; if any DefaultFieldMapper instances are passed, they will be used (instead of those configured on the builder) to attempt a property name match if a direct match is not found.
 ClassMapBuilder<A,B> CaseInsensitiveClassMapBuilder.byDefault(DefaultFieldMapper... withDefaults)
           
protected
<A,B> ClassMapBuilder<A,B>
ScoringClassMapBuilder.Factory.newClassMapBuilder(Type<A> aType, Type<B> bType, MapperFactory mapperFactory, PropertyResolverStrategy propertyResolver, DefaultFieldMapper[] defaults)
           
protected
<A,B> ClassMapBuilder<A,B>
ClassMapBuilderForMaps.Factory.newClassMapBuilder(Type<A> aType, Type<B> bType, MapperFactory mapperFactory, PropertyResolverStrategy propertyResolver, DefaultFieldMapper[] defaults)
           
protected
<A,B> ClassMapBuilder<A,B>
ClassMapBuilderForLists.Factory.newClassMapBuilder(Type<A> aType, Type<B> bType, MapperFactory mapperFactory, PropertyResolverStrategy propertyResolver, DefaultFieldMapper[] defaults)
           
protected
<A,B> ClassMapBuilder<A,B>
ClassMapBuilderForArrays.Factory.newClassMapBuilder(Type<A> aType, Type<B> bType, MapperFactory mapperFactory, PropertyResolverStrategy propertyResolver, DefaultFieldMapper[] defaults)
           
protected abstract
<A,B> ClassMapBuilder<A,B>
ClassMapBuilderFactory.newClassMapBuilder(Type<A> aType, Type<B> bType, MapperFactory mapperFactory, PropertyResolverStrategy propertyResolver, DefaultFieldMapper[] defaults)
          Generates a new ClassMapBuilder instance
protected
<A,B> ClassMapBuilder<A,B>
ClassMapBuilder.Factory.newClassMapBuilder(Type<A> aType, Type<B> bType, MapperFactory mapperFactory, PropertyResolverStrategy propertyResolver, DefaultFieldMapper[] defaults)
           
protected
<A,B> ClassMapBuilder<A,B>
CaseInsensitiveClassMapBuilder.Factory.newClassMapBuilder(Type<A> aType, Type<B> bType, MapperFactory mapperFactory, PropertyResolverStrategy propertyResolver, DefaultFieldMapper[] defaults)
           
 void ClassMapBuilderFactory.setDefaultFieldMappers(DefaultFieldMapper... defaults)
           
 

Constructors in ma.glasnost.orika.metadata with parameters of type DefaultFieldMapper
CaseInsensitiveClassMapBuilder(Type<A> aType, Type<B> bType, MapperFactory mapperFactory, PropertyResolverStrategy propertyResolver, DefaultFieldMapper[] defaults)
           
ClassMapBuilder(Type<A> aType, Type<B> bType, MapperFactory mapperFactory, PropertyResolverStrategy propertyResolver, DefaultFieldMapper... defaults)
           
ClassMapBuilderForArrays(Type<A> aType, Type<B> bType, MapperFactory mapperFactory, PropertyResolverStrategy propertyResolver, DefaultFieldMapper... defaults)
           
ClassMapBuilderForLists(Type<A> aType, Type<B> bType, MapperFactory mapperFactory, PropertyResolverStrategy propertyResolver, DefaultFieldMapper... defaults)
           
ClassMapBuilderForMaps(Type<A> aType, Type<B> bType, MapperFactory mapperFactory, PropertyResolverStrategy propertyResolver, DefaultFieldMapper... defaults)
           
ScoringClassMapBuilder(Type<A> aType, Type<B> bType, MapperFactory mapperFactory, PropertyResolverStrategy propertyResolver, DefaultFieldMapper[] defaults, ScoringClassMapBuilder.PropertyMatchingWeights matchingWeights)
          Constructs a new instance of ScoringClassMapBuilder, using the provided PropertyMatchingWeights to adjust the overall scoring of how properties are matched.
 



Copyright © 2013 Glasnost. All Rights Reserved.