| Package | Description |
|---|---|
| org.mapstruct.ap.internal.model |
Meta-model of mapper types, their methods, mappings between properties etc.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AnnotatedConstructor
Represents a constructor that is used for constructor injection.
|
class |
DecoratorConstructor
Represents the constructor of a decorator.
|
| Modifier and Type | Method and Description |
|---|---|
Constructor |
GeneratedType.getConstructor() |
| Modifier and Type | Method and Description |
|---|---|
void |
GeneratedType.setConstructor(Constructor constructor) |
| 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) |
Copyright © 2012–2018. All rights reserved.