パッケージ | 説明 |
---|---|
org.springframework.data.domain | 特に Repository 抽象化と組み合わせて使用される主要ドメイン抽象化。 |
org.springframework.data.support | コアサポートクラス。 |
修飾子と型 | メソッドと説明 |
---|---|
ExampleMatcher.StringMatcher | ExampleMatcher.getDefaultStringMatcher() 定義された ExampleMatcher.StringMatcher を取得します。 |
ExampleMatcher.StringMatcher | ExampleMatcher.PropertySpecifier.getStringMatcher() ExampleMatcher.StringMatcher を取得します。 |
static ExampleMatcher.StringMatcher | ExampleMatcher.StringMatcher.valueOf(StringSE name) 指定された名前を持つこの型の列挙定数を返します。 |
static ExampleMatcher.StringMatcher[] | ExampleMatcher.StringMatcher.values() この列挙型の定数を含む配列を、宣言されている順序で返します。 |
修飾子と型 | メソッドと説明 |
---|---|
static ExampleMatcher.GenericPropertyMatcher | ExampleMatcher.GenericPropertyMatcher.of(ExampleMatcher.StringMatcher stringMatcher) |
static ExampleMatcher.GenericPropertyMatcher | ExampleMatcher.GenericPropertyMatcher.of(ExampleMatcher.StringMatcher stringMatcher, boolean ignoreCase) |
ExampleMatcher.GenericPropertyMatcher | ExampleMatcher.GenericPropertyMatcher.stringMatcher(ExampleMatcher.StringMatcher stringMatcher) 文字列マッチャーを stringMatcher に設定します。 |
ExampleMatcher | ExampleMatcher.withStringMatcher(ExampleMatcher.StringMatcher defaultStringMatcher) defaultStringMatcher に一致する指定された文字列を持つこの ExampleMatcher のコピーを返します。 |
ExampleMatcher.PropertySpecifier | ExampleMatcher.PropertySpecifier.withStringMatcher(ExampleMatcher.StringMatcher stringMatcher) 現在のインスタンスのすべての値を含む新しい ExampleMatcher.PropertySpecifier を作成し、返されたインスタンスに ExampleMatcher.StringMatcher を設定します。 |
修飾子と型 | メソッドと説明 |
---|---|
ExampleMatcher.StringMatcher | ExampleMatcherAccessor.getDefaultStringMatcher() 定義済みの ExampleMatcher.StringMatcher を取得します。 |
ExampleMatcher.StringMatcher | ExampleMatcherAccessor.getStringMatcherForPath(StringSE path) 指定されたパスの ExampleMatcher.StringMatcher を取得するか、定義されていない場合はデフォルトを返します。 |
Copyright © 2011–2019 Pivotal Software, Inc.. All rights reserved.