Package | Description |
---|---|
org.springframework.data.domain |
Central domain abstractions especially to be used in combination with the
Repository abstraction. |
org.springframework.data.support |
Core support classes.
|
Modifier and Type | Method and Description |
---|---|
ExampleMatcher.PropertySpecifier |
ExampleMatcher.PropertySpecifiers.getForPath(String path) |
ExampleMatcher.PropertySpecifier |
ExampleMatcher.PropertySpecifier.withIgnoreCase(boolean ignoreCase)
Creates a new
ExampleMatcher.PropertySpecifier containing all values from the current instance and sets
ignoreCase . |
ExampleMatcher.PropertySpecifier |
ExampleMatcher.PropertySpecifier.withStringMatcher(ExampleMatcher.StringMatcher stringMatcher)
Creates a new
ExampleMatcher.PropertySpecifier containing all values from the current instance and sets
ExampleMatcher.StringMatcher in the returned instance. |
ExampleMatcher.PropertySpecifier |
ExampleMatcher.PropertySpecifier.withValueTransformer(ExampleMatcher.PropertyValueTransformer valueTransformer)
Creates a new
ExampleMatcher.PropertySpecifier containing all values from the current instance and sets
ExampleMatcher.PropertyValueTransformer in the returned instance. |
Modifier and Type | Method and Description |
---|---|
Collection<ExampleMatcher.PropertySpecifier> |
ExampleMatcher.PropertySpecifiers.getSpecifiers() |
Modifier and Type | Method and Description |
---|---|
void |
ExampleMatcher.PropertySpecifiers.add(ExampleMatcher.PropertySpecifier specifier) |
Modifier and Type | Method and Description |
---|---|
ExampleMatcher.PropertySpecifier |
ExampleMatcherAccessor.getPropertySpecifier(String path)
Get the
ExampleMatcher.PropertySpecifier for given path. |
Modifier and Type | Method and Description |
---|---|
Collection<ExampleMatcher.PropertySpecifier> |
ExampleMatcherAccessor.getPropertySpecifiers()
Returns the
ExampleMatcher.PropertySpecifier s of the underlying ExampleMatcher . |
Copyright © 2011–2022 Pivotal Software, Inc.. All rights reserved.