public class PatternEntry extends Object
| Modifier and Type | Method and Description |
|---|---|
static PatternEntry |
createList(Integer listIndex) |
static PatternEntry |
createMap(Pattern keyPattern) |
static PatternEntry |
createWildcardAny() |
static PatternEntry |
createWildcardOne() |
Pattern |
getKeyPattern() |
Integer |
getListIndex() |
de.codecentric.mule.assertobjectequals.PatternEntry.PatternEntryType |
getType() |
String |
toString() |
public static PatternEntry createMap(Pattern keyPattern)
public static PatternEntry createList(Integer listIndex)
listIndex - 0 or positive value: Count from beginning, negative value: count from end (-1 is last),
null: match any list entry.public static PatternEntry createWildcardAny()
public static PatternEntry createWildcardOne()
public de.codecentric.mule.assertobjectequals.PatternEntry.PatternEntryType getType()
public Pattern getKeyPattern()
public Integer getListIndex()
null
: match any list entry.Copyright © 2010–2017. All rights reserved.