| Package | Description |
|---|---|
| org.mapstruct.ap.model |
Meta-model of mapper types, their methods, mappings between properties etc.
|
| org.mapstruct.ap.model.source |
Intermediary representation of mapping methods as retrieved from via the annotation processing API.
|
| org.mapstruct.ap.prism |
This package contains the generated prism types for accessing the MapStruct annotations in a comfortable way.
|
| Class and Description |
|---|
| DecoratedWithPrism
A Prism representing an
@org.mapstruct.DecoratedWith annotation. |
| 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. |
| Class and 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.
|
| 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.
|
Copyright © 2012-2014. All Rights Reserved.