Class ExampleMatcher.PropertySpecifiers
java.lang.Object
org.springframework.data.domain.ExampleMatcher.PropertySpecifiers
- Enclosing interface:
ExampleMatcher
Define specific property handling for Dot-Paths.
- Since:
- 1.12
- Author:
- Christoph Strobl, Mark Paluch
-
Method Summary
Modifier and TypeMethodDescriptionvoid
add
(ExampleMatcher.PropertySpecifier specifier) boolean
@Nullable ExampleMatcher.PropertySpecifier
getForPath
(String path) getRequiredForPath
(String path) int
hashCode()
boolean
hasSpecifierForPath
(String path) boolean
-
Method Details
-
add
-
hasSpecifierForPath
-
getForPath
-
getRequiredForPath
-
hasValues
public boolean hasValues() -
getSpecifiers
-
equals
-
hashCode
-