Package org.mockserver.model
Class KeysAndValues<T extends KeyAndValue,K extends KeysAndValues>
java.lang.Object
org.mockserver.model.ObjectWithReflectiveEqualsHashCodeToString
org.mockserver.model.ObjectWithJsonToString
org.mockserver.model.KeysAndValues<T,K>
- Direct Known Subclasses:
Cookies
public abstract class KeysAndValues<T extends KeyAndValue,K extends KeysAndValues>
extends ObjectWithJsonToString
- Author:
- jamesdbloom
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedprotected -
Method Summary
Modifier and TypeMethodDescriptionabstract Tbuild(NottableString name, NottableString value) abstract Kclone()getMap()booleanisEmpty()booleanbooleanremove(NottableString name) replaceEntryIfExists(T entry) withEntries(List<T> entries) withEntries(T... entries) withEntry(NottableString name, NottableString value) Methods inherited from class org.mockserver.model.ObjectWithJsonToString
toStringMethods inherited from class org.mockserver.model.ObjectWithReflectiveEqualsHashCodeToString
equals, fieldsExcludedFromEqualsAndHashCode, hashCode