Uses of Class
org.mockserver.model.JsonSchemaBody

Packages that use JsonSchemaBody
org.mockserver.client.serialization.model   
org.mockserver.client.serialization.serializers.body   
org.mockserver.model   
 

Uses of JsonSchemaBody in org.mockserver.client.serialization.model
 

Methods in org.mockserver.client.serialization.model that return JsonSchemaBody
 JsonSchemaBody JsonSchemaBodyDTO.buildObject()
           
 

Constructors in org.mockserver.client.serialization.model with parameters of type JsonSchemaBody
JsonSchemaBodyDTO(JsonSchemaBody jsonSchemaBody)
           
JsonSchemaBodyDTO(JsonSchemaBody jsonSchemaBody, Boolean not)
           
 

Uses of JsonSchemaBody in org.mockserver.client.serialization.serializers.body
 

Methods in org.mockserver.client.serialization.serializers.body with parameters of type JsonSchemaBody
 void JsonSchemaBodySerializer.serialize(JsonSchemaBody jsonSchemaBody, com.fasterxml.jackson.core.JsonGenerator jgen, com.fasterxml.jackson.databind.SerializerProvider provider)
           
 

Uses of JsonSchemaBody in org.mockserver.model
 

Methods in org.mockserver.model that return JsonSchemaBody
static JsonSchemaBody JsonSchemaBody.jsonSchema(String jsonSchema)
           
static JsonSchemaBody JsonSchemaBody.jsonSchemaFromResource(String jsonSchemaPath)
           
 



Copyright © 2017. All rights reserved.