Package | Description |
---|---|
org.mapstruct.ap.internal.model |
Meta-model of mapper types, their methods, mappings between properties etc.
|
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 |
---|---|
ParameterProvidedMethods |
HelperMethod.getContextProvidedMethods() |
ParameterProvidedMethods |
ForgedMethod.getContextProvidedMethods() |
Modifier and Type | Method and Description |
---|---|
ParameterProvidedMethods |
ParameterProvidedMethods.Builder.build() |
static ParameterProvidedMethods |
ParameterProvidedMethods.empty() |
ParameterProvidedMethods |
SourceMethod.getContextProvidedMethods() |
ParameterProvidedMethods |
Method.getContextProvidedMethods() |
Modifier and Type | Method and Description |
---|---|
SourceMethod.Builder |
SourceMethod.Builder.setContextProvidedMethods(ParameterProvidedMethods contextProvidedMethods) |
Modifier and Type | Method and Description |
---|---|
ParameterProvidedMethods |
BuiltInMethod.getContextProvidedMethods() |
Copyright © 2012-2021 MapStruct Authors; All rights reserved. Released under the Apache Software License 2.0.