Package | Description |
---|---|
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 |
---|---|
static IterableMappingOptions |
IterableMappingOptions.fromGem(org.mapstruct.ap.internal.gem.IterableMappingGem iterableMapping,
MapperOptions mappperOptions,
ExecutableElement method,
FormattingMessager messager,
Types typeUtils) |
IterableMappingOptions |
MappingMethodOptions.getIterableMapping() |
Modifier and Type | Method and Description |
---|---|
void |
MappingMethodOptions.setIterableMapping(IterableMappingOptions iterableMapping) |
SourceMethod.Builder |
SourceMethod.Builder.setIterableMappingOptions(IterableMappingOptions iterableMapping) |
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.