Uses of Class
org.mockserver.model.XmlSchemaBody
-
Packages that use XmlSchemaBody Package Description org.mockserver.model org.mockserver.serialization.model org.mockserver.serialization.serializers.body -
-
Uses of XmlSchemaBody in org.mockserver.model
Methods in org.mockserver.model that return XmlSchemaBody Modifier and Type Method Description static XmlSchemaBody
XmlSchemaBody. xmlSchema(String xmlSchema)
static XmlSchemaBody
XmlSchemaBody. xmlSchemaFromResource(String xmlSchemaPath)
-
Uses of XmlSchemaBody in org.mockserver.serialization.model
Methods in org.mockserver.serialization.model that return XmlSchemaBody Modifier and Type Method Description XmlSchemaBody
XmlSchemaBodyDTO. buildObject()
Constructors in org.mockserver.serialization.model with parameters of type XmlSchemaBody Constructor Description XmlSchemaBodyDTO(XmlSchemaBody xmlSchemaBody)
XmlSchemaBodyDTO(XmlSchemaBody xmlSchemaBody, Boolean not)
-
Uses of XmlSchemaBody in org.mockserver.serialization.serializers.body
Methods in org.mockserver.serialization.serializers.body with parameters of type XmlSchemaBody Modifier and Type Method Description void
XmlSchemaBodySerializer. serialize(XmlSchemaBody xmlSchemaBody, com.fasterxml.jackson.core.JsonGenerator jgen, com.fasterxml.jackson.databind.SerializerProvider provider)
-