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