org.mockserver.model
Class NottableString

java.lang.Object
  extended by org.mockserver.model.ObjectWithReflectiveEqualsHashCodeToString
      extended by org.mockserver.model.ObjectWithJsonToString
          extended by org.mockserver.model.Not
              extended by org.mockserver.model.NottableString

public class NottableString
extends Not

Author:
jamesdbloom

Field Summary
 
Fields inherited from class org.mockserver.model.ObjectWithReflectiveEqualsHashCodeToString
logger
 
Method Summary
 boolean equals(Object other)
           
 String getValue()
           
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

string

public static NottableString string(String value,
                                    Boolean not)

string

public static NottableString string(String value)

not

public static NottableString not(String value)

strings

public static List<NottableString> strings(String... values)

strings

public static List<NottableString> strings(Collection<String> values)

getValue

public String getValue()

equals

public boolean equals(Object other)
Overrides:
equals in class ObjectWithReflectiveEqualsHashCodeToString


Copyright © 2015. All rights reserved.