Uses of Class
org.mapstruct.ap.internal.model.source.MappingControl
Packages that use MappingControl
Package
Description
Intermediary representation of mapping methods as retrieved from via the annotation processing API.
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 MappingControlModifier and TypeMethodDescriptionstatic MappingControlMappingControl.fromTypeMirror(TypeMirror mirror, ElementUtils elementUtils) IterableMappingOptions.getElementMappingControl(ElementUtils elementUtils) MapMappingOptions.getKeyMappingControl(ElementUtils elementUtils) BeanMappingOptions.getMappingControl(ElementUtils elementUtils) DefaultOptions.getMappingControl(ElementUtils elementUtils) DelegatingOptions.getMappingControl(ElementUtils elementUtils) MapperConfigOptions.getMappingControl(ElementUtils elementUtils) MapperOptions.getMappingControl(ElementUtils elementUtils) MappingOptions.getMappingControl(ElementUtils elementUtils) 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 MappingControlModifier and TypeMethodDescriptionstatic SelectionCriteriaSelectionCriteria.forMappingMethods(SelectionParameters selectionParameters, MappingControl mappingControl, String targetPropertyName, boolean preferUpdateMapping) static SelectionCriteriaSelectionCriteria.forSubclassMappingMethods(SelectionParameters selectionParameters, MappingControl mappingControl) Constructors in org.mapstruct.ap.internal.model.source.selector with parameters of type MappingControlModifierConstructorDescriptionSelectionCriteria(SelectionParameters selectionParameters, MappingControl mappingControl, String targetPropertyName, SelectionCriteria.Type type)