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.Mode
U.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 String
U. jsonToXml(String json, U.Mode mode)
static String
U. jsonToXml(String json, U.Mode mode, String newRootName)
static String
U. jsonToXml(String json, Xml.XmlStringBuilder.Step identStep, U.Mode mode, String newRootName)
static String
U. xmlToJson(String xml, Json.JsonStringBuilder.Step identStep, U.Mode mode)
static String
U. xmlToJson(String xml, U.Mode mode)
-