Uses of Class
org.mockserver.model.XmlSchemaBody

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

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

Methods in org.mockserver.client.serialization.model that return XmlSchemaBody
 XmlSchemaBody XmlSchemaBodyDTO.buildObject()
           
 

Constructors in org.mockserver.client.serialization.model with parameters of type XmlSchemaBody
XmlSchemaBodyDTO(XmlSchemaBody xmlSchemaBody)
           
XmlSchemaBodyDTO(XmlSchemaBody xmlSchemaBody, Boolean not)
           
 

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

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

Uses of XmlSchemaBody in org.mockserver.model
 

Methods in org.mockserver.model that return XmlSchemaBody
static XmlSchemaBody XmlSchemaBody.xmlSchema(String xmlSchema)
           
static XmlSchemaBody XmlSchemaBody.xmlSchemaFromResource(String xmlSchemaPath)
           
 



Copyright © 2017. All rights reserved.