|
||||||||||
| 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.Not
org.mockserver.model.NottableString
public class NottableString
| Field Summary |
|---|
| Fields inherited from class org.mockserver.model.ObjectWithReflectiveEqualsHashCodeToString |
|---|
logger |
| Method Summary | |
|---|---|
NottableString |
capitalize()
|
boolean |
equals(Object other)
|
boolean |
equalsIgnoreCase(Object other)
|
String |
getValue()
|
NottableString |
lowercase()
|
static NottableString |
not(String value)
|
static NottableString |
string(String value)
|
static NottableString |
string(String value,
Boolean not)
|
static List<NottableString> |
strings(Collection<String> values)
|
static List<NottableString> |
strings(String... values)
|
| Methods inherited from class org.mockserver.model.Not |
|---|
getNot, isNot, not, setNot |
| Methods inherited from class org.mockserver.model.ObjectWithJsonToString |
|---|
toString |
| Methods inherited from class org.mockserver.model.ObjectWithReflectiveEqualsHashCodeToString |
|---|
addFieldsExcludedFromEqualsAndHashCode, fieldsExcludedFromEqualsAndHashCode, hashCode |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Method Detail |
|---|
public static NottableString string(String value,
Boolean not)
public static NottableString string(String value)
public static NottableString not(String value)
public static List<NottableString> strings(String... values)
public static List<NottableString> strings(Collection<String> values)
public String getValue()
public NottableString capitalize()
public NottableString lowercase()
public boolean equals(Object other)
equals in class ObjectWithReflectiveEqualsHashCodeToStringpublic boolean equalsIgnoreCase(Object other)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||