Package | Description |
---|---|
org.mapstruct.ap.internal.model |
Meta-model of mapper types, their methods, mappings between properties etc.
|
org.mapstruct.ap.internal.model.common |
Contains types which are shared between the intermediary mapping method model ("source model") and the mapper model.
|
org.mapstruct.ap.internal.model.source |
Intermediary representation of mapping methods as retrieved from via the annotation processing API.
|
org.mapstruct.ap.internal.model.source.builtin |
Contains "built-in methods" which may be added as private methods to a generated mapper.
|
Modifier and Type | Method and Description |
---|---|
Accessibility |
MappingMethod.getAccessibility() |
Accessibility |
HelperMethod.getAccessibility() |
Accessibility |
ForgedMethod.getAccessibility() |
Accessibility |
GeneratedType.getAccessibility() |
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) |
Modifier and Type | Method and Description |
---|---|
static Accessibility |
Accessibility.fromModifiers(Set<Modifier> modifiers) |
static Accessibility |
Accessibility.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Accessibility[] |
Accessibility.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
Accessibility |
SourceMethod.getAccessibility() |
Accessibility |
Method.getAccessibility()
Returns the
Accessibility of this method. |
Modifier and Type | Method and Description |
---|---|
Accessibility |
BuiltInMethod.getAccessibility() |
Copyright © 2012-2021 MapStruct Authors; All rights reserved. Released under the Apache Software License 2.0.