| 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 | GeneratedType. getAccessibility() | 
| Accessibility | MappingMethod. getAccessibility() | 
| 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 | 
|---|---|
| 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 | Method. getAccessibility()Returns the  Accessibilityof this method. | 
| Accessibility | ForgedMethod. getAccessibility() | 
| Accessibility | SourceMethod. getAccessibility() | 
| Modifier and Type | Method and Description | 
|---|---|
| Accessibility | BuiltInMethod. getAccessibility() | 
Copyright © 2012-2015 Gunnar Morling; All rights reserved. Released under the Apache Software License 2.0.