Package | Description |
---|---|
org.mapstruct.ap.internal.conversion |
Provides built-in conversions between primitive and wrapper types, strings, dates etc.
|
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 |
---|---|
MappingMethodOptions |
CreateDecimalFormat.getOptions() |
Modifier and Type | Method and Description |
---|---|
MappingMethodOptions |
ForgedMethod.getOptions() |
Modifier and Type | Method and Description |
---|---|
static MappingMethodOptions |
MappingMethodOptions.empty()
creates empty mapping options
|
MappingMethodOptions |
SourceMethod.getOptions() |
MappingMethodOptions |
Method.getOptions() |
Modifier and Type | Method and Description |
---|---|
MappingMethodOptions |
BuiltInMethod.getOptions() |
Copyright © 2012-2021 MapStruct Authors; All rights reserved. Released under the Apache Software License 2.0.