| Package | Description |
|---|---|
| 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 XmlElementDeclPrism |
XmlElementDeclPrism.getInstance(javax.lang.model.element.AnnotationMirror mirror)
Return a prism of the
@javax.xml.bind.annotation.XmlElementDecl annotation whose mirror is mirror. |
static XmlElementDeclPrism |
XmlElementDeclPrism.getInstanceOn(javax.lang.model.element.Element e)
Return a prism representing the
@javax.xml.bind.annotation.XmlElementDecl annotation on 'e'. |
Copyright © 2012-2014. All Rights Reserved.