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
 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

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()

capitalize

public NottableString capitalize()

lowercase

public NottableString lowercase()

equals

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

equalsIgnoreCase

public boolean equalsIgnoreCase(Object other)


Copyright © 2017. All rights reserved.