public class ExampleMatcherAccessor extends ObjectSE
ExampleMatcher のアクセサー。| コンストラクターと説明 |
|---|
ExampleMatcherAccessor(@NonNull ExampleMatcher matcher) |
cloneSE, equalsSE, finalizeSE, getClassSE, hashCodeSE, notifySE, notifyAllSE, toStringSE, waitSE, waitSE, waitSEpublic ExampleMatcherAccessor(@NonNull
@NonNull ExampleMatcher matcher)public CollectionSE<ExampleMatcher.PropertySpecifier> getPropertySpecifiers()
ExampleMatcher の ExampleMatcher.PropertySpecifier を返します。ExampleMatcher.PropertySpecifier の変更不可能な CollectionSE。public boolean hasPropertySpecifier(StringSE path)
ExampleMatcher が指定されたパスの ExampleMatcher.PropertySpecifier を含むかどうかを返します。path - プロパティを識別するドットパス。ExampleMatcher.PropertySpecifier が定義されている場合は true。public ExampleMatcher.PropertySpecifier getPropertySpecifier(StringSE path)
ExampleMatcher.PropertySpecifier を取得します。hasPropertySpecifier(String) かどうかを確認します。path - プロパティへのドットパス。ExampleMatcher.PropertySpecifier が定義されていない場合は null。public boolean hasPropertySpecifiers()
ExampleMatcher.PropertySpecifier が定義されている場合は true。public ExampleMatcher.StringMatcher getStringMatcherForPath(StringSE path)
ExampleMatcher.StringMatcher を取得するか、定義されていない場合はデフォルトを返します。path -public ExampleMatcher.NullHandler getNullHandler()
public ExampleMatcher.StringMatcher getDefaultStringMatcher()
ExampleMatcher.StringMatcher を取得します。public boolean isIgnoreCaseEnabled()
StringSE を大文字と小文字を区別しないオプションと一致させる必要がある場合は true。public boolean isIgnoredPath(StringSE path)
path -public boolean isIgnoreCaseForPath(StringSE path)
path -public ExampleMatcher.PropertyValueTransformer getValueTransformerForPath(StringSE path)
ExampleMatcher.NoOpPropertyValueTransformer を返します。path -Copyright © 2011–2020 Pivotal Software, Inc.. All rights reserved.