Uses of Enum Class
dev.hilla.crud.filter.PropertyStringFilter.Matcher
Packages that use PropertyStringFilter.Matcher
-
Uses of PropertyStringFilter.Matcher in dev.hilla.crud.filter
Methods in dev.hilla.crud.filter that return PropertyStringFilter.MatcherModifier and TypeMethodDescriptionPropertyStringFilter.getMatcher()The matcher, or operator, to use when comparing the property value to the filter value.static PropertyStringFilter.MatcherReturns the enum constant of this class with the specified name.static PropertyStringFilter.Matcher[]PropertyStringFilter.Matcher.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in dev.hilla.crud.filter with parameters of type PropertyStringFilter.MatcherModifier and TypeMethodDescriptionvoidPropertyStringFilter.setMatcher(PropertyStringFilter.Matcher type) Sets the matcher, or operator, to use when comparing the property value to the filter value.