|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.mockserver.model.ObjectWithReflectiveEqualsHashCodeToString
org.mockserver.model.ObjectWithJsonToString
org.mockserver.model.KeyAndValue
public class KeyAndValue
| Field Summary |
|---|
| Fields inherited from class org.mockserver.model.ObjectWithReflectiveEqualsHashCodeToString |
|---|
logger |
| Constructor Summary | |
|---|---|
KeyAndValue(NottableString name,
NottableString value)
|
|
KeyAndValue(String name,
String value)
|
|
| Method Summary | |
|---|---|
NottableString |
getName()
|
NottableString |
getValue()
|
static CaseInsensitiveRegexHashMap |
toHashMap(KeyAndValue... keyToMultiValues)
|
static CaseInsensitiveRegexHashMap |
toHashMap(List<? extends KeyAndValue> keyAndValue)
|
| Methods inherited from class org.mockserver.model.ObjectWithJsonToString |
|---|
toString |
| Methods inherited from class org.mockserver.model.ObjectWithReflectiveEqualsHashCodeToString |
|---|
addFieldsExcludedFromEqualsAndHashCode, equals, fieldsExcludedFromEqualsAndHashCode, hashCode |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public KeyAndValue(String name,
String value)
public KeyAndValue(NottableString name,
NottableString value)
| Method Detail |
|---|
public static CaseInsensitiveRegexHashMap toHashMap(List<? extends KeyAndValue> keyAndValue)
public static CaseInsensitiveRegexHashMap toHashMap(KeyAndValue... keyToMultiValues)
public NottableString getName()
public NottableString getValue()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||