| Package | Description |
|---|---|
| org.mapstruct.ap.model |
Meta-model of mapper types, their methods, mappings between properties etc.
|
| org.mapstruct.ap.processor |
Contains model processors which perform tasks such as retrieving mapping methods, creating a model representation
and writing the model into Java source files.
|
| Modifier and Type | Method and Description |
|---|---|
Annotation |
AnnotationMapperReference.getAnnotation() |
| Modifier and Type | Method and Description |
|---|---|
List<Annotation> |
GeneratedType.getAnnotations() |
| Modifier and Type | Method and Description |
|---|---|
void |
GeneratedType.addAnnotation(Annotation annotation) |
| Constructor and Description |
|---|
AnnotationMapperReference(Type type,
String variableName,
Annotation annotation,
boolean isUsed) |
| Modifier and Type | Method and Description |
|---|---|
protected Annotation |
Jsr330ComponentProcessor.getMapperReferenceAnnotation() |
protected abstract Annotation |
AnnotationBasedComponentModelProcessor.getMapperReferenceAnnotation() |
protected Annotation |
SpringComponentProcessor.getMapperReferenceAnnotation() |
protected Annotation |
CdiComponentProcessor.getMapperReferenceAnnotation() |
protected Annotation |
Jsr330ComponentProcessor.getTypeAnnotation() |
protected abstract Annotation |
AnnotationBasedComponentModelProcessor.getTypeAnnotation() |
protected Annotation |
SpringComponentProcessor.getTypeAnnotation() |
protected Annotation |
CdiComponentProcessor.getTypeAnnotation() |
Copyright © 2012-2015. All Rights Reserved.