| Package | Description |
|---|---|
| ma.glasnost.orika.metadata |
| Modifier and Type | Class and Description |
|---|---|
class |
ClassMapBuilderForArrays<A,B>
ClassMapBuilderForMaps is a custom ClassMapBuilder instance which is
used for mapping standard JavaBeans to Map instances.
|
class |
ClassMapBuilderForLists<A,B>
ClassMapBuilderForMaps is a custom ClassMapBuilder instance which is
used for mapping standard JavaBeans to Map instances.
|
| Modifier and Type | Method and Description |
|---|---|
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.
|
protected ClassMapBuilderForMaps<A,B> |
ClassMapBuilderForMaps.self() |
Copyright © 2019 Glasnost. All rights reserved.