Uses of Class
org.mapstruct.ap.internal.model.source.MappingControl
-
Packages that use MappingControl 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. -
-
Uses of MappingControl in org.mapstruct.ap.internal.model.source
Methods in org.mapstruct.ap.internal.model.source that return MappingControl Modifier and Type Method Description static MappingControl
MappingControl. fromTypeMirror(TypeMirror mirror, ElementUtils elementUtils)
MappingControl
IterableMappingOptions. getElementMappingControl(ElementUtils elementUtils)
MappingControl
MapMappingOptions. getKeyMappingControl(ElementUtils elementUtils)
MappingControl
BeanMappingOptions. getMappingControl(ElementUtils elementUtils)
MappingControl
DefaultOptions. getMappingControl(ElementUtils elementUtils)
MappingControl
DelegatingOptions. getMappingControl(ElementUtils elementUtils)
MappingControl
MapperConfigOptions. getMappingControl(ElementUtils elementUtils)
MappingControl
MapperOptions. getMappingControl(ElementUtils elementUtils)
MappingControl
MappingOptions. getMappingControl(ElementUtils elementUtils)
MappingControl
MapMappingOptions. getValueMappingControl(ElementUtils elementUtils)
-
Uses of MappingControl in org.mapstruct.ap.internal.model.source.selector
Methods in org.mapstruct.ap.internal.model.source.selector with parameters of type MappingControl Modifier and Type Method Description static SelectionCriteria
SelectionCriteria. forMappingMethods(SelectionParameters selectionParameters, MappingControl mappingControl, String targetPropertyName, boolean preferUpdateMapping)
static SelectionCriteria
SelectionCriteria. forSubclassMappingMethods(SelectionParameters selectionParameters, MappingControl mappingControl)
Constructors in org.mapstruct.ap.internal.model.source.selector with parameters of type MappingControl Constructor Description SelectionCriteria(SelectionParameters selectionParameters, MappingControl mappingControl, String targetPropertyName, SelectionCriteria.Type type)
-