Package | Description |
---|---|
org.mapstruct.ap.internal.model |
Meta-model of mapper types, their methods, mappings between properties etc.
|
org.mapstruct.ap.internal.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.internal.util |
Several helper types dealing with collection types, option management etc.
|
Modifier and Type | Method and Description |
---|---|
Options |
MappingBuilderContext.getOptions() |
Modifier and Type | Method and Description |
---|---|
Decorator.Builder |
Decorator.Builder.options(Options options) |
Mapper.Builder |
Mapper.Builder.options(Options options) |
Constructor and Description |
---|
GeneratedType(TypeFactory typeFactory,
String packageName,
String name,
String superClassName,
String interfacePackage,
String interfaceName,
List<MappingMethod> methods,
List<? extends Field> fields,
Options options,
VersionInformation versionInformation,
Accessibility accessibility,
SortedSet<Type> extraImportedTypes,
Constructor constructor) |
MappingBuilderContext(TypeFactory typeFactory,
Elements elementUtils,
Types typeUtils,
FormattingMessager messager,
Options options,
MappingBuilderContext.MappingResolver mappingResolver,
TypeElement mapper,
List<SourceMethod> sourceModel,
List<MapperReference> mapperReferences) |
Modifier and Type | Method and Description |
---|---|
Options |
DefaultModelElementProcessorContext.getOptions() |
Options |
ModelElementProcessor.ProcessorContext.getOptions() |
Constructor and Description |
---|
DefaultModelElementProcessorContext(ProcessingEnvironment processingEnvironment,
Options options) |
Modifier and Type | Method and Description |
---|---|
String |
MapperConfiguration.componentModel(Options options) |
org.mapstruct.ap.internal.prism.ReportingPolicyPrism |
MapperConfiguration.unmappedTargetPolicy(Options options) |
Copyright © 2012-2016 Gunnar Morling; All rights reserved. Released under the Apache Software License 2.0.