See: Description
| Interface | Description |
|---|---|
| Method |
This interface makes available common method properties and a matching method
There are 2 known implementors:
BuiltInMethod and Method |
| Class | Description |
|---|---|
| EnumMapping |
Represents the mapping between one enum constant and another.
|
| IterableMapping |
Represents an iterable mapping as configured via
@IterableMapping. |
| MapMapping |
Represents a map mapping as configured via
@MapMapping. |
| Mapping |
Represents a property mapping as configured via
@Mapping. |
| MethodMatcher |
SourceMethodMatcher $8.4 of the JavaLanguage specification describes a method body as such:
|
| SourceMethod |
Represents a mapping method with source and target type and the mappings between the properties of source and target
type.
|
Intermediary representation of mapping methods as retrieved from via the annotation processing API. The intermediary representation is then processed into the mapper model representation.
Copyright © 2012-2014. All Rights Reserved.