Uses of Class
org.mockserver.xml.StringToXmlDocumentParser.ErrorLevel
-
Packages that use StringToXmlDocumentParser.ErrorLevel Package Description org.mockserver.xml -
-
Uses of StringToXmlDocumentParser.ErrorLevel in org.mockserver.xml
Methods in org.mockserver.xml that return StringToXmlDocumentParser.ErrorLevel Modifier and Type Method Description static StringToXmlDocumentParser.ErrorLevelStringToXmlDocumentParser.ErrorLevel. valueOf(String name)Returns the enum constant of this type with the specified name.static StringToXmlDocumentParser.ErrorLevel[]StringToXmlDocumentParser.ErrorLevel. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.mockserver.xml with parameters of type StringToXmlDocumentParser.ErrorLevel Modifier and Type Method Description voidStringToXmlDocumentParser.ErrorLogger. logError(String xmlAsString, Exception exception, StringToXmlDocumentParser.ErrorLevel level)static StringStringToXmlDocumentParser.ErrorLevel. prettyPrint(StringToXmlDocumentParser.ErrorLevel errorLevel)
-