Package com.google.api.client.util
Class DataMap
Map that uses
ClassInfo
to parse the key/value pairs into a map for use in Data.mapOf(Object)
.-
Nested Class Summary
Nested ClassesModifier and TypeClassDescription(package private) final class
Entry in the reflection map.(package private) final class
Iterator over the object data key/value map entries.(package private) final class
Set of object data key/value map entries.Nested classes/interfaces inherited from class java.util.AbstractMap
AbstractMap.SimpleEntry<K,
V>, AbstractMap.SimpleImmutableEntry<K, V> -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.util.AbstractMap
clear, clone, containsValue, equals, hashCode, isEmpty, keySet, putAll, remove, size, toString, values
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
Methods inherited from interface java.util.Map
compute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAll
-
Field Details
-
object
Object being reflected. -
classInfo
Object's class info.
-
-
Constructor Details
-
DataMap
DataMap(Object object, boolean ignoreCase) - Parameters:
object
- object being reflected
-
-
Method Details
-
entrySet
-
containsKey
- Specified by:
containsKey
in interfaceMap<String,
Object> - Overrides:
containsKey
in classAbstractMap<String,
Object>
-
get
-
put
-