| Package | Description |
|---|---|
| org.mapstruct.ap.internal.conversion |
Provides built-in conversions between primitive and wrapper types, strings, dates etc.
|
| org.mapstruct.ap.internal.model |
Meta-model of mapper types, their methods, mappings between properties etc.
|
| org.mapstruct.ap.internal.model.source |
Intermediary representation of mapping methods as retrieved from via the annotation processing API.
|
| org.mapstruct.ap.internal.model.source.builtin |
Contains "built-in methods" which may be added as private methods to a generated mapper.
|
| org.mapstruct.ap.internal.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.internal.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.internal.processor.creation |
Contains all helper classes for the
MapperCreationProcessor
|
| Class and Description |
|---|
| MappingOptions
Encapsulates all options specifiable on a mapping method
|
| Method
This interface makes available common method properties and a matching method There are 2 known implementors:
BuiltInMethod and SourceMethod |
| Class and Description |
|---|
| EnumMapping
Represents the mapping between one enum constant and another.
|
| ForgedMethod
This method will be generated in absence of a suitable abstract method to implement.
|
| Mapping
Represents a property mapping as configured via
@Mapping. |
| MappingOptions
Encapsulates all options specifiable on a mapping method
|
| Method
This interface makes available common method properties and a matching method There are 2 known implementors:
BuiltInMethod and SourceMethod |
| ParameterProvidedMethods
Provides access to the
SourceMethods that are provided by Context parameters of a
Method and maintains the relationship between those methods and their originating parameter. |
| PropertyEntry
A PropertyEntry contains information on the name, readAccessor (for source), readAccessor and writeAccessor
(for targets) and return type of a property.
|
| SelectionParameters
Holding parameters common to the selection process, common to IterableMapping, BeanMapping, PropertyMapping and
MapMapping
|
| SourceMethod
Represents a mapping method with source and target type and the mappings between the properties of source and target
type.
|
| SourceReference
This class describes the source side of a property mapping.
|
| ValueMapping
Represents the mapping between one value constant and another.
|
| Class and Description |
|---|
| BeanMapping
Represents an bean mapping as configured via
@BeanMapping. |
| ForgedMethod
This method will be generated in absence of a suitable abstract method to implement.
|
| ForgedMethodHistory
Keeps the context where the ForgedMethod is generated, especially handy with nested forged methods
|
| 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. |
| MappingOptions
Encapsulates all options specifiable on a mapping method
|
| Method
This interface makes available common method properties and a matching method There are 2 known implementors:
BuiltInMethod and SourceMethod |
| ParameterProvidedMethods
Provides access to the
SourceMethods that are provided by Context parameters of a
Method and maintains the relationship between those methods and their originating parameter. |
| ParameterProvidedMethods.Builder |
| PropertyEntry
A PropertyEntry contains information on the name, readAccessor (for source), readAccessor and writeAccessor
(for targets) and return type of a property.
|
| SelectionParameters
Holding parameters common to the selection process, common to IterableMapping, BeanMapping, PropertyMapping and
MapMapping
|
| SourceMethod
Represents a mapping method with source and target type and the mappings between the properties of source and target
type.
|
| SourceMethod.Builder |
| SourceReference
This class describes the source side of a property mapping.
|
| SourceReference.BuilderFromMapping
Builds a
SourceReference from an @Mappping. |
| SourceReference.BuilderFromProperty
Builds a
SourceReference from a property. |
| SourceReference.BuilderFromSourceReference
Builds a
SourceReference from a property. |
| TargetReference
This class describes the target side of a property mapping.
|
| TargetReference.BuilderFromTargetMapping
Builds a
TargetReference from an @Mappping. |
| ValueMapping
Represents the mapping between one value constant and another.
|
| Class and Description |
|---|
| MappingOptions
Encapsulates all options specifiable on a mapping method
|
| Method
This interface makes available common method properties and a matching method There are 2 known implementors:
BuiltInMethod and SourceMethod |
| ParameterProvidedMethods
Provides access to the
SourceMethods that are provided by Context parameters of a
Method and maintains the relationship between those methods and their originating parameter. |
| Class and Description |
|---|
| Method
This interface makes available common method properties and a matching method There are 2 known implementors:
BuiltInMethod and SourceMethod |
| SelectionParameters
Holding parameters common to the selection process, common to IterableMapping, BeanMapping, PropertyMapping and
MapMapping
|
| 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 |
|---|
| Method
This interface makes available common method properties and a matching method There are 2 known implementors:
BuiltInMethod and SourceMethod |
| SelectionParameters
Holding parameters common to the selection process, common to IterableMapping, BeanMapping, PropertyMapping and
MapMapping
|
Copyright © 2012-2017 Gunnar Morling; All rights reserved. Released under the Apache Software License 2.0.