クラスの使用
org.springframework.data.domain.ExampleMatcher.PropertySpecifier
ExampleMatcher.PropertySpecifier を使用するパッケージ
org.springframework.data.domain 内の ExampleMatcher.PropertySpecifier 使用
修飾子と型メソッド説明@Nullable ExampleMatcher.PropertySpecifierExampleMatcher.PropertySpecifiers.getForPath(StringSE path) ExampleMatcher.PropertySpecifiers.getRequiredForPath(StringSE path) ExampleMatcher.PropertySpecifier.withIgnoreCase(boolean ignoreCase) 現在のインスタンスのすべての値を含む新しいExampleMatcher.PropertySpecifierを作成し、ignoreCaseを設定します。ExampleMatcher.PropertySpecifier.withStringMatcher(ExampleMatcher.StringMatcher stringMatcher) 現在のインスタンスのすべての値を含む新しいExampleMatcher.PropertySpecifierを作成し、返されたインスタンスにExampleMatcher.StringMatcherを設定します。ExampleMatcher.PropertySpecifier.withValueTransformer(ExampleMatcher.PropertyValueTransformer valueTransformer) 現在のインスタンスのすべての値を含む新しいExampleMatcher.PropertySpecifierを作成し、返されたインスタンスにExampleMatcher.PropertyValueTransformerを設定します。型 ExampleMatcher.PropertySpecifier の引数を持つ型を返す org.springframework.data.domain のメソッド型 ExampleMatcher.PropertySpecifier のパラメーターを持つ org.springframework.data.domain のメソッドorg.springframework.data.support 内の ExampleMatcher.PropertySpecifier 使用
修飾子と型メソッド説明@Nullable ExampleMatcher.PropertySpecifierExampleMatcherAccessor.getPropertySpecifier(StringSE path) 指定されたパスのExampleMatcher.PropertySpecifierを取得します。型 ExampleMatcher.PropertySpecifier の引数を持つ型を返す org.springframework.data.support のメソッド修飾子と型メソッド説明ExampleMatcherAccessor.getPropertySpecifiers()基になるExampleMatcherのExampleMatcher.PropertySpecifierを返します。