Enum クラスの使用箇所
org.springframework.data.domain.ExampleMatcher.StringMatcher
ExampleMatcher.StringMatcher を使用するパッケージ
org.springframework.data.domain 内の ExampleMatcher.StringMatcher 使用
修飾子と型メソッド説明ExampleMatcher.getDefaultStringMatcher()定義されたExampleMatcher.StringMatcherを取得します。ExampleMatcher.PropertySpecifier.getStringMatcher()ExampleMatcher.StringMatcherを取得します。static ExampleMatcher.StringMatcher指定された名前でこのクラスの列挙型定数を返します。static ExampleMatcher.StringMatcher[]ExampleMatcher.StringMatcher.values()この列挙型クラスの定数を含む配列を、宣言されている順序で返します。型 ExampleMatcher.StringMatcher のパラメーターを持つ org.springframework.data.domain のメソッド修飾子と型メソッド説明ExampleMatcher.GenericPropertyMatcher.of(ExampleMatcher.StringMatcher stringMatcher) ExampleMatcher.GenericPropertyMatcher.of(ExampleMatcher.StringMatcher stringMatcher, boolean ignoreCase) ExampleMatcher.GenericPropertyMatcher.stringMatcher(ExampleMatcher.StringMatcher stringMatcher) 文字列マッチャーをstringMatcherに設定します。ExampleMatcher.PropertySpecifier.withStringMatcher(ExampleMatcher.StringMatcher stringMatcher) 現在のインスタンスのすべての値を含む新しいExampleMatcher.PropertySpecifierを作成し、返されたインスタンスにExampleMatcher.StringMatcherを設定します。ExampleMatcher.withStringMatcher(ExampleMatcher.StringMatcher defaultStringMatcher) defaultStringMatcherに一致する指定された文字列を持つこのExampleMatcherのコピーを返します。org.springframework.data.support 内の ExampleMatcher.StringMatcher 使用
修飾子と型メソッド説明ExampleMatcherAccessor.getDefaultStringMatcher()定義されたExampleMatcher.StringMatcherを取得します。ExampleMatcherAccessor.getStringMatcherForPath(StringSE path) 指定されたパスのExampleMatcher.StringMatcherを取得するか、定義されていない場合はデフォルトのものを返します。