Uses of Class
org.mockserver.model.XmlSchemaBody
Packages that use XmlSchemaBody
Package
Description
-
Uses of XmlSchemaBody in org.mockserver.model
Methods in org.mockserver.model that return XmlSchemaBodyModifier and TypeMethodDescriptionstatic XmlSchemaBodystatic XmlSchemaBodyXmlSchemaBody.xmlSchemaFromResource(String xmlSchemaPath) -
Uses of XmlSchemaBody in org.mockserver.serialization.model
Methods in org.mockserver.serialization.model that return XmlSchemaBodyConstructors in org.mockserver.serialization.model with parameters of type XmlSchemaBodyModifierConstructorDescriptionXmlSchemaBodyDTO(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 XmlSchemaBodyModifier and TypeMethodDescriptionvoidXmlSchemaBodySerializer.serialize(XmlSchemaBody xmlSchemaBody, com.fasterxml.jackson.core.JsonGenerator jgen, com.fasterxml.jackson.databind.SerializerProvider provider)