| Package | Description |
|---|---|
| ma.glasnost.orika.impl | |
| ma.glasnost.orika.impl.generator | |
| ma.glasnost.orika.impl.generator.specification |
| Modifier and Type | Method and Description |
|---|---|
List<Specification> |
DefaultCodeGenerationStrategy.getSpecifications() |
| Modifier and Type | Method and Description |
|---|---|
void |
DefaultCodeGenerationStrategy.addSpecification(Specification spec,
CodeGenerationStrategy.Position relativePosition,
Class<? extends Specification> relativeSpec) |
| Modifier and Type | Method and Description |
|---|---|
void |
DefaultCodeGenerationStrategy.addSpecification(Specification spec,
CodeGenerationStrategy.Position relativePosition,
Class<? extends Specification> relativeSpec) |
| Modifier and Type | Method and Description |
|---|---|
List<Specification> |
CodeGenerationStrategy.getSpecifications() |
| Modifier and Type | Method and Description |
|---|---|
void |
CodeGenerationStrategy.addSpecification(Specification spec,
CodeGenerationStrategy.Position relativePosition,
Class<? extends Specification> relativeSpec)
Convenience method to add a specification at a relative position with respect to
another Specification, or the list in general
|
| Modifier and Type | Method and Description |
|---|---|
void |
CodeGenerationStrategy.addSpecification(Specification spec,
CodeGenerationStrategy.Position relativePosition,
Class<? extends Specification> relativeSpec)
Convenience method to add a specification at a relative position with respect to
another Specification, or the list in general
|
| 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 |
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 © 2019 Glasnost. All rights reserved.