| Package | Description |
|---|---|
| org.mapstruct.ap.conversion |
Provides built-in conversions between primitive and wrapper types, strings, dates etc.
|
| org.mapstruct.ap.model |
Meta-model of mapper types, their methods, mappings between properties etc.
|
| org.mapstruct.ap.processor |
Contains model processors which perform tasks such as retrieving mapping methods, creating a model representation
and writing the model into Java source files.
|
| Class and Description |
|---|
| TypeConversion
An inline conversion between source and target type of a mapping.
|
| Class and Description |
|---|
| Annotation
Represents a Java 5 annotation.
|
| Decorator
Represents a decorator applied to a generated mapper type.
|
| DefaultMapperReference
Mapper reference which is retrieved via the
Mappers#getMapper() method. |
| Field
A field of a mapper type, e.g.
|
| GeneratedType
A type generated by MapStruct, e.g.
|
| Mapper
Represents a type implementing a mapper interface (annotated with
@Mapper). |
| Mapper.Builder |
| MapperReference
A reference to another mapper class, which itself may be generated or hand-written.
|
| MappingMethod
A method implemented or referenced by a
Mapper class. |
| MethodReference
Represents a reference to
MappingMethod. |
| PropertyMapping
Represents the mapping between a source and target property, e.g.
|
| TypeConversion
An inline conversion between source and target type of a mapping.
|
| Class and Description |
|---|
| Annotation
Represents a Java 5 annotation.
|
| Mapper
Represents a type implementing a mapper interface (annotated with
@Mapper). |
| MapperReference
A reference to another mapper class, which itself may be generated or hand-written.
|
Copyright © 2012-2014. All Rights Reserved.