| Class | Description |
|---|---|
| AbstractSpecification |
AbstractSpecification provides the base implementation for Specification
|
| AnyTypeToString |
AnyTypeToString handles conversion of any non-String type
to a String using a toString() or primitive equivalent.
|
| ApplyRegisteredMapper |
ApplyRegisteredMapper looks for a registered mapper which supports
mapping the provided elements.
|
| ArrayOrCollectionToArray |
ArrayOrCollectionToArray handles mapping of an Array or Collection to
an Array
|
| ArrayOrCollectionToCollection |
ArrayOrCollectionToCollection handles mapping of an Array or Collection
to a Collection.
|
| ArrayOrCollectionToMap |
ArrayOrCollectionToMap handles mapping of an Array or Collection
to a Map field
|
| Convert |
Convert applies the conversion operation between two properties.
|
| ConvertArrayOrCollectionToArray |
ConvertArrayOrCollectionToArray handles mapping of an Array or Collection to
an Array using a converter that has been specified at the element level
|
| ConvertArrayOrCollectionToCollection |
ConvertArrayOrCollectionToCollection handles mapping of an Array or
Collection to a Collection using a Converter which has been specified at the
element level
|
| CopyByReference |
CopyByReference handles mapping of immutable types by reference
|
| EnumToEnum |
EnumToEnum handles conversion of one enumeration to another
|
| MapToArray |
MapToArray handles conversion of Map to Array
|
| MapToCollection |
MapToCollection handles mapping of Map to Collection
|
| MapToMap |
MapToMap handles conversion of a Map to another Map
|
| MultiOccurrenceElementToObject |
MultiOccurrenceElementToObject handles the case where a multi-occurrence element
is of type Object.
|
| MultiOccurrenceToMultiOccurrence |
MultiOccurrenceToMultiOccurrence handles the mapping of one or more
multi-occurrence source fields to one or more multi-occurrence destination
fields.
|
| ObjectToMultiOccurrenceElement |
ObjectToMultiOccurrenceElement handles the case where the destination is
a multi-occurrence object of type Object
|
| ObjectToObject |
ObjectToObject
|
| PrimitiveAndObject | |
| StringToEnum |
StringToEnum handles the case where the source is a String
and the destination is an enumeration.
|
| StringToStringConvertible |
StringToStringConvertible handles conversion of String to primitive types
|
| 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 © 2016 Glasnost. All rights reserved.