| 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 IterableMapping |
IterableMapping.fromPrism(IterableMappingPrism iterableMapping) |
| Modifier and Type | Method and Description |
|---|---|
static IterableMappingPrism |
IterableMappingPrism.getInstance(javax.lang.model.element.AnnotationMirror mirror)
Return a prism of the
@org.mapstruct.IterableMapping annotation whose mirror is mirror. |
static IterableMappingPrism |
IterableMappingPrism.getInstanceOn(javax.lang.model.element.Element e)
Return a prism representing the
@org.mapstruct.IterableMapping annotation on 'e'. |
Copyright © 2012-2014. All Rights Reserved.