| Package | Description |
|---|---|
| org.mapstruct.ap.conversion |
Provides built-in conversions between primitive and wrapper types, strings, dates etc.
|
| 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.
|
| org.mapstruct.ap.util |
Several helper types dealing with collection types, option management etc.
|
| Modifier and Type | Method and Description |
|---|---|
TypeFactory |
DefaultConversionContext.getTypeFactory() |
TypeFactory |
ConversionProvider.Context.getTypeFactory() |
| Constructor and Description |
|---|
Conversions(Elements elementUtils,
TypeFactory typeFactory) |
DefaultConversionContext(TypeFactory typeFactory,
Type targetType,
String format) |
| 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 TypeFactory |
AnnotationBasedComponentModelProcessor.getTypeFactory() |
TypeFactory |
DefaultModelElementProcessorContext.getTypeFactory() |
TypeFactory |
ModelElementProcessor.ProcessorContext.getTypeFactory() |
| Constructor and Description |
|---|
Executables(TypeFactory typeFactory) |
Copyright © 2012-2013. All Rights Reserved.