クラス ExampleMatcher.GenericPropertyMatchers
java.lang.ObjectSE
org.springframework.data.domain.ExampleMatcher.GenericPropertyMatchers
- 含まれているインターフェース:
- ExampleMatcher
ExampleMatcher.GenericPropertyMatcher
を作成するための定義済みのプロパティマッチャー。- 作成者:
- Mark Paluch
コンストラクターのサマリー
方法の概要
修飾子と型メソッド説明文字列の大文字と小文字を区別して一致するExampleMatcher.GenericPropertyMatcher
を作成します。contains()
ExampleMatcher.StringMatcher.CONTAINING
を使用して文字列に一致するExampleMatcher.GenericPropertyMatcher
を作成します。endsWith()
ExampleMatcher.StringMatcher.ENDING
を使用して文字列に一致するExampleMatcher.GenericPropertyMatcher
を作成します。exact()
ExampleMatcher.StringMatcher.EXACT
を使用して文字列に一致するExampleMatcher.GenericPropertyMatcher
を作成します。大文字と小文字を区別しない文字列に一致するExampleMatcher.GenericPropertyMatcher
を作成します。regex()
ExampleMatcher.StringMatcher.REGEX
を使用して文字列に一致するExampleMatcher.GenericPropertyMatcher
を作成します。ExampleMatcher.StringMatcher.STARTING
を使用して文字列に一致するExampleMatcher.GenericPropertyMatcher
を作成します。ExampleMatcher.StringMatcher.DEFAULT
を使用して文字列に一致するExampleMatcher.GenericPropertyMatcher
を作成します。
コンストラクターの詳細
GenericPropertyMatchers
public GenericPropertyMatchers()
メソッドの詳細
ignoreCase
大文字と小文字を区別しない文字列に一致するExampleMatcher.GenericPropertyMatcher
を作成します。- 戻り値:
caseSensitive
文字列の大文字と小文字を区別して一致するExampleMatcher.GenericPropertyMatcher
を作成します。- 戻り値:
contains
ExampleMatcher.StringMatcher.CONTAINING
を使用して文字列に一致するExampleMatcher.GenericPropertyMatcher
を作成します。- 戻り値:
endsWith
ExampleMatcher.StringMatcher.ENDING
を使用して文字列に一致するExampleMatcher.GenericPropertyMatcher
を作成します。- 戻り値:
startsWith
ExampleMatcher.StringMatcher.STARTING
を使用して文字列に一致するExampleMatcher.GenericPropertyMatcher
を作成します。- 戻り値:
exact
ExampleMatcher.StringMatcher.EXACT
を使用して文字列に一致するExampleMatcher.GenericPropertyMatcher
を作成します。- 戻り値:
storeDefaultMatching
ExampleMatcher.StringMatcher.DEFAULT
を使用して文字列に一致するExampleMatcher.GenericPropertyMatcher
を作成します。- 戻り値:
regex
ExampleMatcher.StringMatcher.REGEX
を使用して文字列に一致するExampleMatcher.GenericPropertyMatcher
を作成します。- 戻り値: