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.StringMatcher |
ExampleMatcher.getDefaultStringMatcher()
Get defined
ExampleMatcher.StringMatcher . |
ExampleMatcher.StringMatcher |
ExampleMatcher.PropertySpecifier.getStringMatcher()
Get the
ExampleMatcher.StringMatcher . |
static ExampleMatcher.StringMatcher |
ExampleMatcher.StringMatcher.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ExampleMatcher.StringMatcher[] |
ExampleMatcher.StringMatcher.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static ExampleMatcher.GenericPropertyMatcher |
ExampleMatcher.GenericPropertyMatcher.of(ExampleMatcher.StringMatcher stringMatcher)
Creates a new
ExampleMatcher.GenericPropertyMatcher with a ExampleMatcher.StringMatcher and ignoreCase . |
static ExampleMatcher.GenericPropertyMatcher |
ExampleMatcher.GenericPropertyMatcher.of(ExampleMatcher.StringMatcher stringMatcher,
boolean ignoreCase)
Creates a new
ExampleMatcher.GenericPropertyMatcher with a ExampleMatcher.StringMatcher and ignoreCase . |
ExampleMatcher.GenericPropertyMatcher |
ExampleMatcher.GenericPropertyMatcher.stringMatcher(ExampleMatcher.StringMatcher stringMatcher)
Sets string matcher to
stringMatcher . |
ExampleMatcher |
ExampleMatcher.withStringMatcher(ExampleMatcher.StringMatcher defaultStringMatcher)
Returns a copy of this
ExampleMatcher with the specified string matching of defaultStringMatcher . |
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. |
Modifier and Type | Method and Description |
---|---|
ExampleMatcher.StringMatcher |
ExampleMatcherAccessor.getDefaultStringMatcher()
Get defined
ExampleMatcher.StringMatcher . |
ExampleMatcher.StringMatcher |
ExampleMatcherAccessor.getStringMatcherForPath(String path)
Get the
ExampleMatcher.StringMatcher for a given path or return the default one if none defined. |
Copyright © 2011–2021 Pivotal Software, Inc.. All rights reserved.