| Package | Description |
|---|---|
| org.mapstruct.ap.internal.model |
Meta-model of mapper types, their methods, mappings between properties etc.
|
| org.mapstruct.ap.internal.model.beanmapping |
helper classes used in
BeanMappingMethod
|
| Class and Description |
|---|
| MappingReference
Represents the intermediate (nesting) state of the
MappingOptions in this class. |
| MappingReferences |
| PropertyEntry
A PropertyEntry contains information on the name, readAccessor and presenceCheck (for source)
and return type of a property.
|
| SourceReference
This class describes the source side of a property mapping.
|
| Class and Description |
|---|
| AbstractReference
Class acts as a common base class for
TargetReference and SourceReference. |
| MappingReference
Represents the intermediate (nesting) state of the
MappingOptions in this class. |
| MappingReferences |
| PropertyEntry
A PropertyEntry contains information on the name, readAccessor and presenceCheck (for source)
and return type of a property.
|
| 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.Builder
Builds a
TargetReference from an @Mappping. |
Copyright © 2012-2021 MapStruct Authors; All rights reserved. Released under the Apache Software License 2.0.