Uses of Enum Class
org.springframework.data.domain.ExampleMatcher.MatchMode
Packages that use ExampleMatcher.MatchMode
Package
Description
Central domain abstractions especially to be used in combination with the
Repository abstraction.-
Uses of ExampleMatcher.MatchMode in org.springframework.data.domain
Subclasses with type arguments of type ExampleMatcher.MatchMode in org.springframework.data.domainModifier and TypeClassDescriptionstatic enumThe match modes to expose so that clients can find about how to concatenate the predicates.Methods in org.springframework.data.domain that return ExampleMatcher.MatchModeModifier and TypeMethodDescriptionExampleMatcher.getMatchMode()Get the match mode of theExampleMatcher.static ExampleMatcher.MatchModeReturns the enum constant of this class with the specified name.static ExampleMatcher.MatchMode[]ExampleMatcher.MatchMode.values()Returns an array containing the constants of this enum class, in the order they are declared.