Uses of Enum Class
org.springframework.data.domain.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
Modifier and TypeMethodDescriptionExampleMatcher.getMatchMode()
Get the match mode of theExampleMatcher
.static ExampleMatcher.MatchMode
Returns 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.