| Package | Description |
|---|---|
| org.mapstruct.ap.model |
Meta-model of mapper types, their methods, mappings between properties etc.
|
| org.mapstruct.ap.model.common |
Contains types which are shared between the intermediary mapping method model ("source model") and the mapper model.
|
| org.mapstruct.ap.model.source |
Intermediary representation of mapping methods as retrieved from via the annotation processing API.
|
| org.mapstruct.ap.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 |
GeneratedType.getAccessibility() |
Accessibility |
MappingMethod.getAccessibility() |
| Constructor and Description |
|---|
GeneratedType(TypeFactory typeFactory,
java.lang.String packageName,
java.lang.String name,
java.lang.String superClassName,
java.lang.String interfaceName,
java.util.List<MappingMethod> methods,
java.util.List<? extends ModelElement> fields,
boolean suppressGeneratorTimestamp,
Accessibility accessibility) |
| Modifier and Type | Method and Description |
|---|---|
static Accessibility |
Accessibility.fromModifiers(java.util.Set<javax.lang.model.element.Modifier> modifiers) |
static Accessibility |
Accessibility.valueOf(java.lang.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-2014. All Rights Reserved.