Uses of Class
com.github.underscore.Xml.FromType
-
-
Uses of Xml.FromType in com.github.underscore
Methods in com.github.underscore that return Xml.FromType Modifier and Type Method Description static Xml.FromTypeXml.FromType. valueOf(String name)Returns the enum constant of this type with the specified name.static Xml.FromType[]Xml.FromType. 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 Xml.FromType Modifier and Type Method Description private static ObjectXml. addElement(int[] sourceIndex, String source, BiFunction<Object,Set<String>,String> elementMapper, Function<Object,Object> nodeMapper, int[] uniqueIds, Node currentNode, Set<String> namespaces, Xml.FromType fromType)private static voidXml. addNodeValue(Map<String,Object> map, String name, Object value, BiFunction<Object,Set<String>,String> elementMapper, Function<Object,Object> nodeMapper, int[] uniqueIds, Set<String> namespaces, Xml.FromType fromType)private static voidXml. addText(Map<String,Object> map, String name, List<Object> objects, Object value, Xml.FromType fromType)private static booleanXml. checkResult(String xml, Document document, Object result, Xml.FromType fromType)private static ObjectXml. createMap(Node node, BiFunction<Object,Set<String>,String> elementMapper, Function<Object,Object> nodeMapper, Map<String,Object> attrMap, int[] uniqueIds, String source, int[] sourceIndex, Set<String> namespaces, Xml.FromType fromType)static <T> TU. fromXml(String xml, Xml.FromType fromType)static ObjectXml. fromXml(String xml, Xml.FromType fromType)static Map<String,Object>U. fromXmlMap(String xml, Xml.FromType fromType)private static ObjectXml. getValue(String name, Object value, Xml.FromType fromType)
-