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 classEntry in the reflection map.(package private) final classIterator over the object data key/value map entries.(package private) final classSet of object data key/value map entries.Nested classes/interfaces inherited from class AbstractMap
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K, V> -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class AbstractMap
clear, clone, containsValue, equals, hashCode, isEmpty, keySet, putAll, remove, size, toString, valuesMethods inherited from interface 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:
containsKeyin interfaceMap<String,Object> - Overrides:
containsKeyin classAbstractMap<String,Object>
-
get
-
put
-