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 MapMappingOptions |
MapMappingOptions.fromGem(org.mapstruct.ap.internal.gem.MapMappingGem mapMapping,
MapperOptions mapperOptions,
ExecutableElement method,
FormattingMessager messager,
Types typeUtils) |
MapMappingOptions |
MappingMethodOptions.getMapMapping() |
Modifier and Type | Method and Description |
---|---|
void |
MappingMethodOptions.setMapMapping(MapMappingOptions mapMapping) |
SourceMethod.Builder |
SourceMethod.Builder.setMapMappingOptions(MapMappingOptions mapMapping) |
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.