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.
|
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. |
class |
MapperReference
A reference to another mapper class, which itself may be generated or hand-written.
|
Modifier and Type | Method and Description |
---|---|
List<? extends Field> |
GeneratedType.getFields() |
Modifier and Type | Method and Description |
---|---|
void |
GeneratedType.setFields(List<? extends Field> fields) |
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) |
Modifier and Type | Method and Description |
---|---|
protected MapperReference |
AnnotationBasedComponentModelProcessor.replacementMapperReference(Field originalReference,
List<Annotation> annotations) |
Copyright © 2012-2016 Gunnar Morling; All rights reserved. Released under the Apache Software License 2.0.