Uses of Class
org.mockserver.model.JsonSchemaBody
Packages that use JsonSchemaBody
Package
Description
-
Uses of JsonSchemaBody in org.mockserver.model
Methods in org.mockserver.model that return JsonSchemaBodyModifier and TypeMethodDescriptionstatic JsonSchemaBodyJsonSchemaBody.jsonSchema(String jsonSchema) static JsonSchemaBodyJsonSchemaBody.jsonSchemaFromResource(String jsonSchemaPath) JsonSchemaBody.withParameterStyles(Map<String, ParameterStyle> parameterStyles) -
Uses of JsonSchemaBody in org.mockserver.serialization.model
Methods in org.mockserver.serialization.model that return JsonSchemaBodyConstructors in org.mockserver.serialization.model with parameters of type JsonSchemaBodyModifierConstructorDescriptionJsonSchemaBodyDTO(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 JsonSchemaBodyModifier and TypeMethodDescriptionvoidJsonSchemaBodySerializer.serialize(JsonSchemaBody jsonSchemaBody, com.fasterxml.jackson.core.JsonGenerator jgen, com.fasterxml.jackson.databind.SerializerProvider provider)