public static class ExampleMatcher.GenericPropertyMatcher extends ObjectSE
string matching と大文字と小文字の区別を指定する汎用プロパティマッチャー。| コンストラクターと説明 |
|---|
GenericPropertyMatcher() 未構成の ExampleMatcher.GenericPropertyMatcher を作成します。 |
cloneSE, finalizeSE, getClassSE, notifySE, notifyAllSE, toStringSE, waitSE, waitSE, waitSEpublic GenericPropertyMatcher()
ExampleMatcher.GenericPropertyMatcher を作成します。public static ExampleMatcher.GenericPropertyMatcher of(ExampleMatcher.StringMatcher stringMatcher, boolean ignoreCase)
stringMatcher - null であってはなりません。ignoreCase -public static ExampleMatcher.GenericPropertyMatcher of(ExampleMatcher.StringMatcher stringMatcher)
stringMatcher - null であってはなりません。public ExampleMatcher.GenericPropertyMatcher ignoreCase()
public ExampleMatcher.GenericPropertyMatcher ignoreCase(boolean ignoreCase)
ignoreCase に設定します。ignoreCase -public ExampleMatcher.GenericPropertyMatcher caseSensitive()
public ExampleMatcher.GenericPropertyMatcher contains()
ExampleMatcher.StringMatcher.CONTAINING に設定します。public ExampleMatcher.GenericPropertyMatcher endsWith()
ExampleMatcher.StringMatcher.ENDING に設定します。public ExampleMatcher.GenericPropertyMatcher startsWith()
ExampleMatcher.StringMatcher.STARTING に設定します。public ExampleMatcher.GenericPropertyMatcher exact()
ExampleMatcher.StringMatcher.EXACT に設定します。public ExampleMatcher.GenericPropertyMatcher storeDefaultMatching()
ExampleMatcher.StringMatcher.DEFAULT に設定します。public ExampleMatcher.GenericPropertyMatcher regex()
ExampleMatcher.StringMatcher.REGEX に設定します。public ExampleMatcher.GenericPropertyMatcher stringMatcher(ExampleMatcher.StringMatcher stringMatcher)
stringMatcher に設定します。stringMatcher - null であってはなりません。public ExampleMatcher.GenericPropertyMatcher transform(ExampleMatcher.PropertyValueTransformer propertyValueTransformer)
ExampleMatcher.PropertyValueTransformer を propertyValueTransformer に設定します。propertyValueTransformer - null であってはなりません。protected boolean canEqual(ObjectSE other)
public int hashCode()
ObjectSE の hashCodeSE Copyright © 2011–2019 Pivotal Software, Inc.. All rights reserved.