Uses of Class
org.mapstruct.ap.internal.model.source.selector.SelectionCriteria.Type
-
Packages that use SelectionCriteria.Type Package Description 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 SelectionCriteria.Type in org.mapstruct.ap.internal.model.source.selector
Methods in org.mapstruct.ap.internal.model.source.selector that return SelectionCriteria.Type Modifier and Type Method Description static SelectionCriteria.Type
SelectionCriteria.Type. valueOf(String name)
Returns 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.Type Constructor Description SelectionCriteria(SelectionParameters selectionParameters, MappingControl mappingControl, String targetPropertyName, SelectionCriteria.Type type)
-