public static class ExampleMatcher.PropertySpecifier extends ObjectSE
cloneSE, finalizeSE, getClassSE, notifySE, notifyAllSE, toStringSE, waitSE, waitSE, waitSEpublic ExampleMatcher.PropertySpecifier withStringMatcher(ExampleMatcher.StringMatcher stringMatcher)
ExampleMatcher.PropertySpecifier を作成し、返されたインスタンスに ExampleMatcher.StringMatcher を設定します。stringMatcher - null であってはなりません。public ExampleMatcher.PropertySpecifier withIgnoreCase(boolean ignoreCase)
ExampleMatcher.PropertySpecifier を作成し、ignoreCase を設定します。ignoreCase - null であってはなりません。public ExampleMatcher.PropertySpecifier withValueTransformer(ExampleMatcher.PropertyValueTransformer valueTransformer)
ExampleMatcher.PropertySpecifier を作成し、返されたインスタンスに ExampleMatcher.PropertyValueTransformer を設定します。valueTransformer - null であってはなりません。public StringSE getPath()
@Nullable public ExampleMatcher.StringMatcher getStringMatcher()
ExampleMatcher.StringMatcher を取得します。public ExampleMatcher.PropertyValueTransformer getPropertyValueTransformer()
@DeprecatedSE public ObjectSE transformValue(ObjectSE source)
transformValue(Optional) を使用してください。ExampleMatcher.PropertyValueTransformer を使用して、指定されたソースを変換します。source -public OptionalSE<ObjectSE> transformValue(OptionalSE<ObjectSE> source)
ExampleMatcher.PropertyValueTransformer を使用して、指定されたソースを変換します。source -protected boolean canEqual(ObjectSE other)
public int hashCode()
ObjectSE の hashCodeSE Copyright © 2011–2019 Pivotal Software, Inc.. All rights reserved.