| 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 |
|---|---|
List<MapperReference> |
Mapper.getReferencedMappers() |
| Constructor and Description |
|---|
Mapper(TypeFactory typeFactory,
String packageName,
String interfaceName,
String implementationName,
List<MappingMethod> mappingMethods,
List<MapperReference> referencedMappers,
Options options) |
| 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-2013. All Rights Reserved.