| Package | Description |
|---|---|
| ma.glasnost.orika.impl | |
| ma.glasnost.orika.impl.generator | |
| ma.glasnost.orika.impl.generator.specification |
| Modifier and Type | Method and Description |
|---|---|
protected static <T extends BaseSpecification> |
DefaultCodeGenerationStrategy.addSpec(List<T> specifications,
T spec,
CodeGenerationStrategy.Position relativePosition,
Class<? extends BaseSpecification> relativeSpec) |
| Modifier and Type | Method and Description |
|---|---|
protected static <T extends BaseSpecification> |
DefaultCodeGenerationStrategy.addSpec(List<T> specifications,
T spec,
CodeGenerationStrategy.Position relativePosition,
Class<? extends BaseSpecification> relativeSpec) |
| Modifier and Type | Interface and Description |
|---|---|
interface |
AggregateSpecification
AggregateSpecification encapsulates the logic to generate code for mappings
which are applied to collections of FieldMaps together
|
interface |
Specification
Specification encapsulates the logic to generate code for mapping
and comparing a pair of types
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractSpecification
AbstractSpecification provides the base implementation for Specification
|
class |
AnyTypeToString
AnyTypeToString handles conversion of any non-String type
to a String using a toString() or primitive equivalent.
|
class |
ApplyRegisteredMapper
ApplyRegisteredMapper looks for a registered mapper which supports
mapping the provided elements.
|
class |
ArrayOrCollectionToArray
ArrayOrCollectionToArray handles mapping of an Array or Collection to
an Array
|
class |
ArrayOrCollectionToCollection
ArrayOrCollectionToCollection handles mapping of an Array or Collection
to a Collection.
|
class |
ArrayOrCollectionToMap
ArrayOrCollectionToMap handles mapping of an Array or Collection
to a Map field
|
class |
Convert
Convert applies the conversion operation between two properties.
|
class |
ConvertArrayOrCollectionToArray
ConvertArrayOrCollectionToArray handles mapping of an Array or Collection to
an Array using a converter that has been specified at the element level
|
class |
ConvertArrayOrCollectionToCollection
ConvertArrayOrCollectionToCollection handles mapping of an Array or
Collection to a Collection using a Converter which has been specified at the
element level
|
class |
CopyByReference
CopyByReference handles mapping of immutable types by reference
|
class |
EnumToEnum
EnumToEnum handles conversion of one enumeration to another
|
class |
MapToArray
MapToArray handles conversion of Map to Array
|
class |
MapToCollection
MapToCollection handles mapping of Map to Collection
|
class |
MapToMap
MapToMap handles conversion of a Map to another Map
|
class |
MultiOccurrenceElementToObject
MultiOccurrenceElementToObject handles the case where a multi-occurrence element
is of type Object.
|
class |
MultiOccurrenceToMultiOccurrence
MultiOccurrenceToMultiOccurrence handles the mapping of one or more
multi-occurrence source fields to one or more multi-occurrence destination
fields.
|
class |
ObjectToMultiOccurrenceElement
ObjectToMultiOccurrenceElement handles the case where the destination is
a multi-occurrence object of type Object
|
class |
ObjectToObject
ObjectToObject
|
class |
PrimitiveAndObject |
class |
StringToEnum
StringToEnum handles the case where the source is a String
and the destination is an enumeration.
|
class |
StringToStringConvertible
StringToStringConvertible handles conversion of String to primitive types
|
class |
UnmappableEnum
UnmappableEnum is a place-holder specification to catch types which
cannot be mapped (and which shouldn't fall through to some other specification)
|
Copyright © 2017 Glasnost. All Rights Reserved.