| Package | Description |
|---|---|
| org.mapstruct.ap |
This package and it sub-packages contain the implementation of the MapStruct annotation processor.
|
| org.mapstruct.ap.model.source |
Intermediary representation of mapping methods as retrieved from via the annotation processing API.
|
| Class and Description |
|---|
| IterableMappingPrism
A Prism representing an
@org.mapstruct.IterableMapping annotation. |
| IterableMappingPrism.Values
A class whose members corespond to those of org.mapstruct.IterableMapping
but which each return the AnnotationValue corresponding to
that member in the model of the annotations.
|
| MapMappingPrism
A Prism representing an
@org.mapstruct.MapMapping annotation. |
| MapMappingPrism.Values
A class whose members corespond to those of org.mapstruct.MapMapping
but which each return the AnnotationValue corresponding to
that member in the model of the annotations.
|
| MapperPrism
A Prism representing an
@org.mapstruct.Mapper annotation. |
| MapperPrism.Values
A class whose members corespond to those of org.mapstruct.Mapper
but which each return the AnnotationValue corresponding to
that member in the model of the annotations.
|
| MappingPrism
A Prism representing an
@org.mapstruct.Mapping annotation. |
| MappingPrism.Values
A class whose members corespond to those of org.mapstruct.Mapping
but which each return the AnnotationValue corresponding to
that member in the model of the annotations.
|
| MappingsPrism
A Prism representing an
@org.mapstruct.Mappings annotation. |
| MappingsPrism.Values
A class whose members corespond to those of org.mapstruct.Mappings
but which each return the AnnotationValue corresponding to
that member in the model of the annotations.
|
| MappingTargetPrism
A Prism representing an
@org.mapstruct.MappingTarget annotation. |
| MappingTargetPrism.Values
A class whose members corespond to those of org.mapstruct.MappingTarget
but which each return the AnnotationValue corresponding to
that member in the model of the annotations.
|
| Class and Description |
|---|
| IterableMappingPrism
A Prism representing an
@org.mapstruct.IterableMapping annotation. |
| MapMappingPrism
A Prism representing an
@org.mapstruct.MapMapping annotation. |
| MappingPrism
A Prism representing an
@org.mapstruct.Mapping annotation. |
| MappingsPrism
A Prism representing an
@org.mapstruct.Mappings annotation. |
Copyright © 2012-2013. All Rights Reserved.