| Package | Description |
|---|---|
| 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.model.source |
Intermediary representation of mapping methods as retrieved from via the annotation processing API.
|
| org.mapstruct.ap.model.source.builtin |
Contains "built-in methods" which may be added as private methods to a generated mapper.
|
| org.mapstruct.ap.model.source.selector |
Provides strategies for selecting a matching mapping or factory method when mapping from one attribute to another
or instantiating the target type of a mapping method, respectively.
|
| 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 |
|---|
| EnumMapping
Represents the mapping between one enum constant and another.
|
| Method
This interface makes available common method properties and a matching method
There are 2 known implementors:
BuiltInMethod and Method |
| SourceMethod
Represents a mapping method with source and target type and the mappings between the properties of source and target
type.
|
| Class and Description |
|---|
| SourceMethod
Represents a mapping method with source and target type and the mappings between the properties of source and target
type.
|
| Class and Description |
|---|
| 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. |
| Method
This interface makes available common method properties and a matching method
There are 2 known implementors:
BuiltInMethod and Method |
| SourceMethod
Represents a mapping method with source and target type and the mappings between the properties of source and target
type.
|
| Class and Description |
|---|
| Method
This interface makes available common method properties and a matching method
There are 2 known implementors:
BuiltInMethod and Method |
| Class and Description |
|---|
| Method
This interface makes available common method properties and a matching method
There are 2 known implementors:
BuiltInMethod and Method |
| SourceMethod
Represents a mapping method with source and target type and the mappings between the properties of source and target
type.
|
| Class and Description |
|---|
| SourceMethod
Represents a mapping method with source and target type and the mappings between the properties of source and target
type.
|
| Class and Description |
|---|
| SourceMethod
Represents a mapping method with source and target type and the mappings between the properties of source and target
type.
|
Copyright © 2012-2014. All Rights Reserved.