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 XmlSchemaBodyXmlSchemaBody. xmlSchema(String xmlSchema)static XmlSchemaBodyXmlSchemaBody. 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 XmlSchemaBodyXmlSchemaBodyDTO. 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 voidXmlSchemaBodySerializer. serialize(XmlSchemaBody xmlSchemaBody, com.fasterxml.jackson.core.JsonGenerator jgen, com.fasterxml.jackson.databind.SerializerProvider provider)
-