|
||||||||||
| 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.Body
org.mockserver.model.JsonSchemaBody
public class JsonSchemaBody
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class org.mockserver.model.Body |
|---|
Body.Type |
| Field Summary |
|---|
| Fields inherited from class org.mockserver.model.ObjectWithReflectiveEqualsHashCodeToString |
|---|
logger |
| Constructor Summary | |
|---|---|
JsonSchemaBody(String jsonSchema)
|
|
| Method Summary | |
|---|---|
String |
getValue()
|
static JsonSchemaBody |
jsonSchema(String jsonSchema)
|
static JsonSchemaBody |
jsonSchemaFromResource(String jsonSchemaPath)
|
| Methods inherited from class org.mockserver.model.Body |
|---|
getCharset, getContentType, getRawBytes, getType |
| Methods inherited from class org.mockserver.model.Not |
|---|
getNot, isNot, not, not, setNot |
| Methods inherited from class org.mockserver.model.ObjectWithJsonToString |
|---|
toString |
| Methods inherited from class org.mockserver.model.ObjectWithReflectiveEqualsHashCodeToString |
|---|
addFieldsExcludedFromEqualsAndHashCode, equals, fieldsExcludedFromEqualsAndHashCode, hashCode |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public JsonSchemaBody(String jsonSchema)
| Method Detail |
|---|
public static JsonSchemaBody jsonSchema(String jsonSchema)
public static JsonSchemaBody jsonSchemaFromResource(String jsonSchemaPath)
public String getValue()
getValue in class Body
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||