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