| Package | Description |
|---|---|
| ma.glasnost.orika | |
| ma.glasnost.orika.impl | |
| ma.glasnost.orika.metadata |
| Modifier and Type | Class and Description |
|---|---|
static class |
MappingHint.DefaultFieldMappingConverter
Deprecated.
DefaultFieldMappingConverter provided back-compatibility support for
MappingHint
|
| Modifier and Type | Method and Description |
|---|---|
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.
|
| Modifier and Type | Field and Description |
|---|---|
protected List<DefaultFieldMapper> |
DefaultMapperFactory.defaultFieldMappers |
| Modifier and Type | Method and Description |
|---|---|
void |
DefaultMapperFactory.registerDefaultFieldMapper(DefaultFieldMapper... mappers) |
| Modifier and Type | Field and Description |
|---|---|
protected DefaultFieldMapper[] |
ClassMapBuilderFactory.defaults
The DefaultFieldMappers applied by this factory
|
| Modifier and Type | Method and Description |
|---|---|
protected DefaultFieldMapper[] |
ClassMapBuilder.getDefaultFieldMappers() |
| Modifier and Type | Method and Description |
|---|---|
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.
|
ClassMapBuilderForMaps<A,B> |
ClassMapBuilderForMaps.byDefault(MappingDirection direction,
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(MappingDirection direction,
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> |
ScoringClassMapBuilder.byDefault(MappingDirection direction,
DefaultFieldMapper... withDefaults) |
ClassMapBuilder<A,B> |
CaseInsensitiveClassMapBuilder.byDefault(MappingDirection direction,
DefaultFieldMapper... withDefaults) |
protected <A,B> ClassMapBuilder<A,B> |
ClassMapBuilderForMaps.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> |
ClassMapBuilderForArrays.Factory.newClassMapBuilder(Type<A> aType,
Type<B> bType,
MapperFactory mapperFactory,
PropertyResolverStrategy propertyResolver,
DefaultFieldMapper[] defaults) |
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> |
CaseInsensitiveClassMapBuilder.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) |
void |
ClassMapBuilderFactory.setDefaultFieldMappers(DefaultFieldMapper... defaults) |
| Constructor and Description |
|---|
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 © 2017 Glasnost. All Rights Reserved.