| 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.
|
| 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. |
| Modifier and Type | Method and Description |
|---|---|
static Mapping |
Mapping.fromMappingPrism(MappingPrism mapping,
Element element) |
Copyright © 2012-2013. All Rights Reserved.