| Package | Description | 
|---|---|
| org.mapstruct.ap.internal.model | 
 Meta-model of mapper types, their methods, mappings between properties etc. | 
| org.mapstruct.ap.internal.processor.creation | 
 Contains all helper classes for the  MapperCreationProcessor | 
| Modifier and Type | Method and Description | 
|---|---|
| MethodReference | BeanMappingMethod. getFactoryMethod() | 
| MethodReference | MapMappingMethod. getFactoryMethod() | 
| MethodReference | IterableMappingMethod. getFactoryMethod() | 
| MethodReference | MappingBuilderContext.MappingResolver. getFactoryMethod(Method mappingMethod,
                Type target,
                List<TypeMirror> qualifiers,
                TypeMirror resultType)returns a no arg factory method | 
| Modifier and Type | Method and Description | 
|---|---|
| MethodReference | MappingResolverImpl. getFactoryMethod(Method mappingMethod,
                Type targetType,
                List<TypeMirror> qualifiers,
                TypeMirror resultType) | 
Copyright © 2012-2015 Gunnar Morling; All rights reserved. Released under the Apache Software License 2.0.