Uses of Enum Class
com.github.underscore.U.JsonToXmlMode
-
Uses of U.JsonToXmlMode in com.github.underscore
Methods in com.github.underscore that return U.JsonToXmlModeModifier and TypeMethodDescriptionstatic U.JsonToXmlMode
Returns the enum constant of this class with the specified name.static U.JsonToXmlMode[]
U.JsonToXmlMode.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.github.underscore with parameters of type U.JsonToXmlModeModifier and TypeMethodDescriptionstatic String
U.jsonToXml
(String json, U.JsonToXmlMode mode) static String
U.jsonToXml
(String json, U.JsonToXmlMode mode, String newRootName) static String
U.jsonToXml
(String json, Xml.XmlStringBuilder.Step identStep, U.JsonToXmlMode mode, String newRootName)