| 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 | Class and Description |
|---|---|
class |
AnnotationMapperReference
Mapper reference which is retrieved via Annotation-based dependency injection.
|
class |
DefaultMapperReference
Mapper reference which is retrieved via the
Mappers#getMapper() method. |
| Modifier and Type | Method and Description |
|---|---|
MapperReference |
MethodReference.getDeclaringMapper() |
| Modifier and Type | Method and Description |
|---|---|
List<MapperReference> |
Mapper.getReferencedMappers() |
| Modifier and Type | Method and Description |
|---|---|
Mapper.Builder |
Mapper.Builder.mapperReferences(List<MapperReference> mapperReferences) |
| Constructor and Description |
|---|
MethodReference(SourceMethod method,
MapperReference declaringMapper,
Type targetType)
Creates a new reference to the given method.
|
| Modifier and Type | Method and Description |
|---|---|
protected MapperReference |
AnnotationBasedComponentModelProcessor.replacementMapperReference(MapperReference originalReference) |
| Modifier and Type | Method and Description |
|---|---|
protected MapperReference |
AnnotationBasedComponentModelProcessor.replacementMapperReference(MapperReference originalReference) |
Copyright © 2012-2014. All Rights Reserved.