| Package | Description |
|---|---|
| org.mapstruct.ap |
This package and it sub-packages contain the implementation of the MapStruct annotation processor.
|
| Modifier and Type | Method and Description |
|---|---|
static MapperPrism |
MapperPrism.getInstance(AnnotationMirror mirror)
Return a prism of the
@org.mapstruct.Mapper annotation whose mirror is mirror. |
static MapperPrism |
MapperPrism.getInstanceOn(Element e)
Return a prism representing the
@org.mapstruct.Mapper annotation on 'e'. |
Copyright © 2012-2013. All Rights Reserved.