Uses of Class
com.github.underscore.U.Mode
-
-
Uses of U.Mode in com.github.underscore
Methods in com.github.underscore that return U.Mode Modifier and Type Method Description static U.ModeU.Mode. valueOf(String name)Returns the enum constant of this type with the specified name.static U.Mode[]U.Mode. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.github.underscore with parameters of type U.Mode Modifier and Type Method Description static StringU. jsonToXml(String json, U.Mode mode)static StringU. jsonToXml(String json, U.Mode mode, String newRootName)static StringU. jsonToXml(String json, Xml.XmlStringBuilder.Step identStep, U.Mode mode, String newRootName)static StringU. xmlToJson(String xml, Json.JsonStringBuilder.Step identStep, U.Mode mode)static StringU. xmlToJson(String xml, U.Mode mode)
-