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 | Class and Description |
---|---|
static class |
ExampleMatcher.NoOpPropertyValueTransformer |
Modifier and Type | Method and Description |
---|---|
ExampleMatcher.PropertyValueTransformer |
ExampleMatcher.PropertySpecifier.getPropertyValueTransformer()
Get the property transformer to be applied.
|
Modifier and Type | Method and Description |
---|---|
ExampleMatcher.GenericPropertyMatcher |
ExampleMatcher.GenericPropertyMatcher.transform(ExampleMatcher.PropertyValueTransformer propertyValueTransformer)
Sets the
ExampleMatcher.PropertyValueTransformer to propertyValueTransformer . |
ExampleMatcher |
ExampleMatcher.withTransformer(String propertyPath,
ExampleMatcher.PropertyValueTransformer propertyValueTransformer)
Returns a copy of this
ExampleMatcher with the specified PropertyValueTransformer for the
propertyPath . |
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 |
---|---|
ExampleMatcher.PropertyValueTransformer |
ExampleMatcherAccessor.getValueTransformerForPath(String path)
Get the ignore case flag for a given path or return
ExampleMatcher.NoOpPropertyValueTransformer if none
defined. |
Copyright © 2011–2021 Pivotal Software, Inc.. All rights reserved.