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.domainMethods 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.