インターフェースの使用
org.springframework.data.domain.ExampleMatcher
ExampleMatcher を使用するパッケージ
org.springframework.data.domain 内の ExampleMatcher 使用
修飾子と型メソッド説明Example.getMatcher()ExampleMatcherを使用します。static ExampleMatcherExampleMatcher.matching()デフォルトで、例から導出されたすべての述語に一致する、 null 以外のすべてのプロパティを含む新しいExampleMatcherを作成します。static ExampleMatcherExampleMatcher.matchingAll()デフォルトで、例から導出されたすべての述語に一致する、 null 以外のすべてのプロパティを含む新しいExampleMatcherを作成します。static ExampleMatcherExampleMatcher.matchingAny()例から導出されたすべての述語にデフォルトで一致する、 null 以外のすべてのプロパティを含む新しいExampleMatcherを作成します。default ExampleMatcherExampleMatcher.withIgnoreCase()デフォルトで大文字と小文字の区別を無視して、このExampleMatcherのコピーを返します。ExampleMatcher.withIgnoreCase(boolean defaultIgnoreCase) このExampleMatcherのコピーをdefaultIgnoreCaseとともに返します。ExampleMatcher.withIgnoreCase(StringSE... propertyPaths) propertyPathsの大文字と小文字を区別せずに、このExampleMatcherのコピーを返します。default ExampleMatcherExampleMatcher.withIgnoreNullValues()ExampleMatcher.NullHandler.IGNOREの null 値を処理して、このExampleMatcherのコピーを返します。ExampleMatcher.withIgnorePaths(StringSE... ignoredPaths) 指定されたpropertyPathsを持つこのExampleMatcherのコピーを返します。default ExampleMatcherExampleMatcher.withIncludeNullValues()ExampleMatcher.NullHandler.INCLUDEの null 値を処理して、このExampleMatcherのコピーを返します。ExampleMatcher.withMatcher(StringSE propertyPath, ExampleMatcher.GenericPropertyMatcher genericPropertyMatcher) default ExampleMatcherExampleMatcher.withMatcher(StringSE propertyPath, ExampleMatcher.MatcherConfigurer<ExampleMatcher.GenericPropertyMatcher> matcherConfigurer) ExampleMatcher.withNullHandler(ExampleMatcher.NullHandler nullHandler) 指定されたnullHandlerを持つこのExampleMatcherのコピーを返します。ExampleMatcher.withStringMatcher(ExampleMatcher.StringMatcher defaultStringMatcher) defaultStringMatcherに一致する指定された文字列を持つこのExampleMatcherのコピーを返します。ExampleMatcher.withTransformer(StringSE propertyPath, ExampleMatcher.PropertyValueTransformer propertyValueTransformer) 型 ExampleMatcher のパラメーターを持つ org.springframework.data.domain のメソッド修飾子と型メソッド説明static <T> Example<T>Example.of(T probe, ExampleMatcher matcher) 指定されたExampleMatcherを使用して新しいExampleを作成します。org.springframework.data.support 内の ExampleMatcher 使用
型 ExampleMatcher のパラメーターを持つ org.springframework.data.support のコンストラクター