Uses of Enum
org.mapstruct.ap.internal.model.source.selector.SelectionCriteria.Type
Packages that use SelectionCriteria.Type
Package
Description
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 SelectionCriteria.Type in org.mapstruct.ap.internal.model.source.selector
Methods in org.mapstruct.ap.internal.model.source.selector that return SelectionCriteria.TypeModifier and TypeMethodDescriptionstatic SelectionCriteria.TypeReturns the enum constant of this type with the specified name.static SelectionCriteria.Type[]SelectionCriteria.Type.values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.mapstruct.ap.internal.model.source.selector with parameters of type SelectionCriteria.TypeModifierConstructorDescriptionSelectionCriteria(SelectionParameters selectionParameters, MappingControl mappingControl, String targetPropertyName, SelectionCriteria.Type type)