public class KeyAndValue extends ObjectWithJsonToString
logger| Constructor and Description |
|---|
KeyAndValue(NottableString name,
NottableString value) |
KeyAndValue(String name,
String value) |
| Modifier and Type | Method and Description |
|---|---|
NottableString |
getName() |
NottableString |
getValue() |
static CaseInsensitiveRegexHashMap |
toHashMap(KeyAndValue... keyToMultiValues) |
static CaseInsensitiveRegexHashMap |
toHashMap(List<? extends KeyAndValue> keyAndValue) |
toStringaddFieldsExcludedFromEqualsAndHashCode, equals, fieldsExcludedFromEqualsAndHashCode, hashCodepublic KeyAndValue(NottableString name, NottableString value)
public static CaseInsensitiveRegexHashMap toHashMap(List<? extends KeyAndValue> keyAndValue)
public static CaseInsensitiveRegexHashMap toHashMap(KeyAndValue... keyToMultiValues)
public NottableString getName()
public NottableString getValue()
Copyright © 2018. All rights reserved.