Package org.mockserver.model
Class NottableSchemaString
java.lang.Object
org.mockserver.model.ObjectWithReflectiveEqualsHashCodeToString
org.mockserver.model.ObjectWithJsonToString
org.mockserver.model.NottableString
org.mockserver.model.NottableSchemaString
- All Implemented Interfaces:
Comparable<NottableString>
- Author:
- jamesdbloom
-
Field Summary
Fields inherited from class org.mockserver.model.NottableString
NOT_CHAR -
Method Summary
Modifier and TypeMethodDescriptionbooleanbooleanmatches(MockServerLogger mockServerLogger, MatchDifference context, String json) booleanmatches(MockServerLogger mockServerLogger, MatchDifference context, List<NottableString> json) static NottableSchemaStringstatic NottableSchemaStringschemaString(String value) static NottableSchemaStringschemaString(String value, Boolean not) toString()Methods inherited from class org.mockserver.model.NottableString
compareTo, deserializeNottableStrings, deserializeNottableStrings, equals, equalsIgnoreCase, getParameterStyle, getSchemaType, getValue, hashCode, isBlank, isNot, isOptional, lowercase, not, serialiseNottableString, serialiseNottableStrings, string, string, strings, strings, withSchemaType, withStyleMethods inherited from class org.mockserver.model.ObjectWithReflectiveEqualsHashCodeToString
fieldsExcludedFromEqualsAndHashCode
-
Method Details
-
schemaString
-
schemaString
-
notSchema
-
matches
public boolean matches(MockServerLogger mockServerLogger, MatchDifference context, List<NottableString> json) -
matches
- Overrides:
matchesin classNottableString
-
matches
-
toString
- Overrides:
toStringin classNottableString
-