See: Description
| Interface | Description |
|---|---|
| MapperReference |
A reference to another mapper class, which itself may be generated or
hand-written.
|
| ModelElement |
A model element with the ability to write itself into a given
Writer. |
| ModelElement.Context |
Passed to
ModelElement, providing access to additional data
specific to a given implementation of the model serialization mechanism. |
| Class | Description |
|---|---|
| AbstractModelElement |
Default implementation of
ModelElement which writes model elements
using FreeMarker templates. |
| Annotation | |
| AnnotationMapperReference |
Mapper reference which is retrieved via Annotation-based dependency injection.
|
| BeanMappingMethod |
A
MappingMethod implemented by a Mapper class which maps one
bean type to another, optionally configured by one or more
PropertyMappings. |
| DefaultMapperReference |
Mapper reference which is retrieved via the
Mappers#getMapper() method. |
| IterableMappingMethod |
A
MappingMethod implemented by a Mapper class which maps one iterable type to another. |
| MapMappingMethod | |
| Mapper |
Represents a type implementing a mapper interface (annotated with
@Mapper. |
| MappingMethod |
A method implemented or referenced by a
Mapper class. |
| MappingMethodReference |
Represents a reference to
MappingMethod. |
| Options |
The options passed to the code generator.
|
| Parameter |
A parameter of a mapping method.
|
| PropertyMapping |
Represents the mapping between a source and target property, e.g.
|
| Type |
Represents the type of a bean property, parameter etc.
|
| TypeConversion |
An inline conversion between source and target type of a mapping.
|
| Enum | Description |
|---|---|
| ReportingPolicy |
Possible issue reporting policies.
|
Meta-model of mapper types, their methods, mappings between properties etc. Model elements can serialize themselves using FreeMarker templates.
Copyright © 2012-2013. All Rights Reserved.