| Package | Description |
|---|---|
| org.mapstruct.ap.model |
Meta-model of mapper types, their methods, mappings between properties etc.
|
| org.mapstruct.ap.model.assignment |
Meta-model of assignments.
|
| 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.
|
| org.mapstruct.ap.processor.creation |
Contains all helper classes for the
MapperCreationProcessor |
| 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 |
|---|---|
java.util.List<MapperReference> |
Mapper.getReferencedMappers() |
| Modifier and Type | Method and Description |
|---|---|
Mapper.Builder |
Mapper.Builder.mapperReferences(java.util.List<MapperReference> mapperReferences) |
| Modifier and Type | Method and Description |
|---|---|
MapperReference |
MethodReference.getDeclaringMapper() |
| Modifier and Type | Method and Description |
|---|---|
static FactoryMethod |
AssignmentFactory.createFactory(SourceMethod method,
MapperReference declaringMapper) |
static Assignment |
AssignmentFactory.createMethodReference(SourceMethod method,
MapperReference declaringMapper,
Type targetType) |
| 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) |
| Modifier and Type | Method and Description |
|---|---|
Assignment |
MappingResolver.getTargetAssignment(SourceMethod mappingMethod,
java.lang.String mappedElement,
java.util.List<MapperReference> mapperReferences,
java.util.List<SourceMethod> methods,
Type sourceType,
Type targetType,
java.lang.String targetPropertyName,
java.lang.String dateFormat,
java.lang.String sourceReference)
returns a parameter assignment
|
Copyright © 2012-2014. All Rights Reserved.