Uses of Enum Class
com.github.underscore.Xml.FromType
-
Uses of Xml.FromType in com.github.underscore
Methods in com.github.underscore that return Xml.FromTypeModifier and TypeMethodDescriptionstatic Xml.FromTypeReturns the enum constant of this class with the specified name.static Xml.FromType[]Xml.FromType.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 Xml.FromTypeModifier and TypeMethodDescriptionstatic <T> TU.fromXml(String xml, Xml.FromType fromType) static ObjectXml.fromXml(String xml, Xml.FromType fromType) U.fromXmlMap(String xml, Xml.FromType fromType)