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.
|
Modifier and Type | Method and Description |
---|---|
ValueMappingMethod.Builder |
ValueMappingMethod.Builder.valueMappings(List<ValueMappingOptions> valueMappings) |
Modifier and Type | Method and Description |
---|---|
static ValueMappingOptions |
ValueMappingOptions.fromMappingGem(org.mapstruct.ap.internal.gem.ValueMappingGem mapping) |
ValueMappingOptions |
ValueMappingOptions.inverse() |
Modifier and Type | Method and Description |
---|---|
List<ValueMappingOptions> |
MappingMethodOptions.getValueMappings() |
Modifier and Type | Method and Description |
---|---|
static void |
ValueMappingOptions.fromMappingsGem(org.mapstruct.ap.internal.gem.ValueMappingsGem mappingsGem,
ExecutableElement method,
FormattingMessager messager,
List<ValueMappingOptions> mappings) |
SourceMethod.Builder |
SourceMethod.Builder.setValueMappingOptionss(List<ValueMappingOptions> valueMappings) |
void |
MappingMethodOptions.setValueMappings(List<ValueMappingOptions> valueMappings) |
Constructor and Description |
---|
MappingMethodOptions(MapperOptions mapper,
Set<MappingOptions> mappings,
IterableMappingOptions iterableMapping,
MapMappingOptions mapMapping,
BeanMappingOptions beanMapping,
EnumMappingOptions enumMappingOptions,
List<ValueMappingOptions> valueMappings) |
Copyright © 2012-2021 MapStruct Authors; All rights reserved. Released under the Apache Software License 2.0.