| Package | Description |
|---|---|
| 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.util |
Several helper types dealing with collection types, option management etc.
|
| Modifier and Type | Method and Description |
|---|---|
Map<String,ExecutableElementAccessor> |
Type.getPropertyPresenceCheckers()
getPropertyPresenceCheckers
|
| Modifier and Type | Method and Description |
|---|---|
ExecutableElementAccessor |
PropertyEntry.getPresenceChecker() |
| Modifier and Type | Method and Description |
|---|---|
static PropertyEntry |
PropertyEntry.forSourceReference(String name,
Accessor readAccessor,
ExecutableElementAccessor presenceChecker,
Type type)
Constructor used to create
SourceReference property entries from a mapping |
SourceReference.BuilderFromProperty |
SourceReference.BuilderFromProperty.presenceChecker(ExecutableElementAccessor presenceChecker) |
| Modifier and Type | Method and Description |
|---|---|
static List<ExecutableElementAccessor> |
Filters.presenceCheckMethodsIn(List<Accessor> elements) |
Copyright © 2012-2017 Gunnar Morling; All rights reserved. Released under the Apache Software License 2.0.