Uses of Class
org.mockserver.model.Not
-
Packages that use Not Package Description org.mockserver.model -
-
Uses of Not in org.mockserver.model
Subclasses of Not in org.mockserver.model Modifier and Type Class Description class
BinaryBody
class
Body<T>
class
BodyWithContentType<T>
class
HttpRequest
class
JsonBody
class
JsonPathBody
class
JsonSchemaBody
class
LogEventBody
class
ParameterBody
class
RegexBody
class
StringBody
class
XmlBody
class
XmlSchemaBody
class
XPathBody
Methods in org.mockserver.model with type parameters of type Not Modifier and Type Method Description static <T extends Not>
TNot. not(T t)
static <T extends Not>
TNot. not(T t, Boolean not)
-