| 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.model.assignment |
Meta-model of assignments.
|
| 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.
|
| org.mapstruct.ap.processor.creation |
Contains all helper classes for the
MapperCreationProcessor |
| Class and Description |
|---|
| Assignment
Assignment represents all kind of manners a source can be assigned to a target.
|
| Class and Description |
|---|
| Annotation
Represents a Java 5 annotation.
|
| Assignment
Assignment represents all kind of manners a source can be assigned to a target.
|
| Assignment.AssignmentType |
| Decorator
Represents a decorator applied to a generated mapper type.
|
| DefaultMapperReference
Mapper reference which is retrieved via the
Mappers#getMapper() method. |
| FactoryMethod
FactoryMethod, implemented in referenced mapper.
|
| 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. |
| PropertyMapping
Represents the mapping between a source and target property, e.g.
|
| Class and Description |
|---|
| Assignment
Assignment represents all kind of manners a source can be assigned to a target.
|
| Assignment.AssignmentType |
| FactoryMethod
FactoryMethod, implemented in referenced mapper.
|
| 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. |
| 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.
|
| Class and Description |
|---|
| Assignment
Assignment represents all kind of manners a source can be assigned to a target.
|
| MapperReference
A reference to another mapper class, which itself may be generated or hand-written.
|
| VirtualMappingMethod
A mapping method which is not based on an actual method declared in the original mapper interface but is added as
private method to map a certain source/target type combination.
|
Copyright © 2012-2014. All Rights Reserved.