See: Description
| Class | Description |
|---|---|
| DecoratedWithPrism |
A Prism representing an
@org.mapstruct.DecoratedWith annotation. |
| DecoratedWithPrism.Values |
A class whose members corespond to those of org.mapstruct.DecoratedWith
but which each return the AnnotationValue corresponding to
that member in the model of the annotations.
|
| 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.
|
| MapperConfigPrism |
A Prism representing an
@org.mapstruct.MapperConfig annotation. |
| MapperConfigPrism.Values |
A class whose members corespond to those of org.mapstruct.MapperConfig
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.
|
| PrismGenerator |
Triggers the generation of prism types using Hickory.
|
| TargetTypePrism |
A Prism representing an
@org.mapstruct.TargetType annotation. |
| TargetTypePrism.Values |
A class whose members corespond to those of org.mapstruct.TargetType
but which each return the AnnotationValue corresponding to
that member in the model of the annotations.
|
| XmlElementDeclPrism |
A Prism representing an
@javax.xml.bind.annotation.XmlElementDecl annotation. |
| XmlElementDeclPrism.Values |
A class whose members corespond to those of javax.xml.bind.annotation.XmlElementDecl
but which each return the AnnotationValue corresponding to
that member in the model of the annotations.
|
This package contains the generated prism types for accessing the MapStruct annotations in a comfortable way.
Copyright © 2012-2014. All Rights Reserved.