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 JsonSchemaBodyJsonSchemaBody. jsonSchema(String jsonSchema)static JsonSchemaBodyJsonSchemaBody. 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 JsonSchemaBodyJsonSchemaBodyDTO. 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 voidJsonSchemaBodySerializer. serialize(JsonSchemaBody jsonSchemaBody, com.fasterxml.jackson.core.JsonGenerator jgen, com.fasterxml.jackson.databind.SerializerProvider provider)
-