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.
|
class |
NoArgumentConstructor
Represents a constructor that is used for constructor injection.
|
Modifier and Type | Method and Description |
---|---|
Constructor |
GeneratedType.getConstructor() |
Modifier and Type | Method and Description |
---|---|
static AnnotatedConstructor |
AnnotatedConstructor.forComponentModels(String name,
List<AnnotationMapperReference> mapperReferences,
List<Annotation> annotations,
Constructor constructor,
boolean includeNoArgConstructor) |
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<Field> fields,
Options options,
VersionInformation versionInformation,
Accessibility accessibility,
SortedSet<Type> extraImportedTypes,
Constructor constructor) |
Copyright © 2012-2021 MapStruct Authors; All rights reserved. Released under the Apache Software License 2.0.