インターフェースの使用
org.springframework.data.domain.ExampleMatcher.PropertyValueTransformer
ExampleMatcher.PropertyValueTransformer を使用するパッケージ
org.springframework.data.domain 内の ExampleMatcher.PropertyValueTransformer 使用
修飾子と型メソッド説明ExampleMatcher.PropertySpecifier.getPropertyValueTransformer()
適用するプロパティトランスフォーマーを取得します。型 ExampleMatcher.PropertyValueTransformer のパラメーターを持つ org.springframework.data.domain のメソッド修飾子と型メソッド説明ExampleMatcher.GenericPropertyMatcher.transform
(ExampleMatcher.PropertyValueTransformer propertyValueTransformer) ExampleMatcher.PropertyValueTransformer
をpropertyValueTransformer
に設定します。ExampleMatcher.withTransformer
(StringSE propertyPath, ExampleMatcher.PropertyValueTransformer propertyValueTransformer) ExampleMatcher.PropertySpecifier.withValueTransformer
(ExampleMatcher.PropertyValueTransformer valueTransformer) 現在のインスタンスのすべての値を含む新しいExampleMatcher.PropertySpecifier
を作成し、返されたインスタンスにExampleMatcher.PropertyValueTransformer
を設定します。org.springframework.data.support 内の ExampleMatcher.PropertyValueTransformer 使用
修飾子と型メソッド説明ExampleMatcherAccessor.getValueTransformerForPath
(StringSE path) 指定されたパスの大文字と小文字を区別しないフラグを取得するか、何も定義されていない場合はExampleMatcher.NoOpPropertyValueTransformer
を返します。