| 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 MapMappingPrism |
MapMappingPrism.getInstance(AnnotationMirror mirror)
Return a prism of the
@org.mapstruct.MapMapping annotation whose mirror is mirror. |
static MapMappingPrism |
MapMappingPrism.getInstanceOn(Element e)
Return a prism representing the
@org.mapstruct.MapMapping annotation on 'e'. |
| Modifier and Type | Method and Description |
|---|---|
static MapMapping |
MapMapping.fromPrism(MapMappingPrism mapMapping) |
Copyright © 2012-2013. All Rights Reserved.