| Package | Description |
|---|---|
| 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.
|
| Modifier and Type | Method and Description |
|---|---|
static Mapping |
Mapping.fromMappingPrism(MappingPrism mapping,
Element element) |
| Modifier and Type | Method and Description |
|---|---|
static MappingPrism |
MappingPrism.getInstance(AnnotationMirror mirror)
Return a prism of the
@org.mapstruct.Mapping annotation whose mirror is mirror. |
static MappingPrism |
MappingPrism.getInstanceOn(Element e)
Return a prism representing the
@org.mapstruct.Mapping annotation on 'e'. |
| Modifier and Type | Method and Description |
|---|---|
List<MappingPrism> |
MappingsPrism.value()
Returns a List
value() member of the Annotation. |
Copyright © 2012-2014. All Rights Reserved.