Class XmlNamespaceDictionary.ElementSerializer

java.lang.Object
com.google.api.client.xml.XmlNamespaceDictionary.ElementSerializer
Enclosing class:
XmlNamespaceDictionary

@Beta class XmlNamespaceDictionary.ElementSerializer extends Object
  • Field Details

    • errorOnUnknown

      private final boolean errorOnUnknown
    • textValue

      Object textValue
    • attributeNames

      final List<String> attributeNames
    • attributeValues

      final List<Object> attributeValues
    • subElementNames

      final List<String> subElementNames
    • subElementValues

      final List<Object> subElementValues
  • Constructor Details

    • ElementSerializer

      ElementSerializer(Object elementValue, boolean errorOnUnknown)
  • Method Details