Uses of Class
org.mockserver.model.JsonSchemaBody
-
Packages that use JsonSchemaBody Package Description org.mockserver.model org.mockserver.serialization.model org.mockserver.serialization.serializers.body -
-
Uses of JsonSchemaBody in org.mockserver.model
Methods in org.mockserver.model that return JsonSchemaBody Modifier and Type Method Description static JsonSchemaBody
JsonSchemaBody. jsonSchema(String jsonSchema)
static JsonSchemaBody
JsonSchemaBody. jsonSchemaFromResource(String jsonSchemaPath)
-
Uses of JsonSchemaBody in org.mockserver.serialization.model
Methods in org.mockserver.serialization.model that return JsonSchemaBody Modifier and Type Method Description JsonSchemaBody
JsonSchemaBodyDTO. buildObject()
Constructors in org.mockserver.serialization.model with parameters of type JsonSchemaBody Constructor Description JsonSchemaBodyDTO(JsonSchemaBody jsonSchemaBody)
JsonSchemaBodyDTO(JsonSchemaBody jsonSchemaBody, Boolean not)
-
Uses of JsonSchemaBody in org.mockserver.serialization.serializers.body
Methods in org.mockserver.serialization.serializers.body with parameters of type JsonSchemaBody Modifier and Type Method Description void
JsonSchemaBodySerializer. serialize(JsonSchemaBody jsonSchemaBody, com.fasterxml.jackson.core.JsonGenerator jgen, com.fasterxml.jackson.databind.SerializerProvider provider)
-