Package | Description |
---|---|
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.selector |
Provides strategies for selecting a matching mapping or factory method when mapping from one attribute to another
or instantiating the target type of a mapping method, respectively.
|
Modifier and Type | Method and Description |
---|---|
static MappingControl |
MappingControl.fromTypeMirror(TypeMirror mirror,
Elements elementUtils) |
MappingControl |
IterableMappingOptions.getElementMappingControl(Elements elementUtils) |
MappingControl |
MapMappingOptions.getKeyMappingControl(Elements elementUtils) |
MappingControl |
MapperOptions.getMappingControl(Elements elementUtils) |
MappingControl |
MapperConfigOptions.getMappingControl(Elements elementUtils) |
MappingControl |
DelegatingOptions.getMappingControl(Elements elementUtils) |
MappingControl |
MappingOptions.getMappingControl(Elements elementUtils) |
MappingControl |
DefaultOptions.getMappingControl(Elements elementUtils) |
MappingControl |
BeanMappingOptions.getMappingControl(Elements elementUtils) |
MappingControl |
MapMappingOptions.getValueMappingControl(Elements elementUtils) |
Modifier and Type | Method and Description |
---|---|
static SelectionCriteria |
SelectionCriteria.forMappingMethods(SelectionParameters selectionParameters,
MappingControl mappingControl,
String targetPropertyName,
boolean preferUpdateMapping) |
Constructor and Description |
---|
SelectionCriteria(SelectionParameters selectionParameters,
MappingControl mappingControl,
String targetPropertyName,
boolean preferUpdateMapping,
boolean objectFactoryRequired,
boolean lifecycleCallbackRequired) |
Copyright © 2012-2021 MapStruct Authors; All rights reserved. Released under the Apache Software License 2.0.