See: Description
| Class | 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.
|
| MappingProcessor |
A JSR 269 annotation
Processor which generates the implementations for mapper interfaces (interfaces
annotated with @Mapper. |
| 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.
|
| Exception | Description |
|---|---|
| AnnotationProcessingException |
Indicates an error during annotation processing.
|
This package and it sub-packages contain the implementation of the MapStruct annotation processor. Application code
using MapStruct should never work with these types directly. Refer to the documentation of
MappingProcessor to learn more about the internal architecture of the processor.
Copyright © 2012-2013. All Rights Reserved.