Uses of Class
com.google.api.client.xml.GenericXml
Packages that use GenericXml
-
Uses of GenericXml in com.google.api.client.xml
Methods in com.google.api.client.xml that return GenericXmlMethods in com.google.api.client.xml with parameters of type GenericXmlModifier and TypeMethodDescriptionprivate static voidXml.parseAttributeOrTextContent(String stringValue, Field field, Type valueType, List<Type> context, Object destination, GenericXml genericXml, Map<String, Object> destinationMap, String name) Parses the string value of an attribute value or text content.private static voidXml.setValue(Object value, Field field, Object destination, GenericXml genericXml, Map<String, Object> destinationMap, String name) Sets the value of a given field or map entry.