public class BeanParameter extends Parameter
class Organization {
String name;
}
class Person {
Organization orga;
}
map is holding: key=person, value=instance of Person
call of get('person.orga.name') will return the persons organization name.
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| Constructor and Description |
|---|
BeanParameter() |
| Modifier and Type | Method and Description |
|---|---|
Object |
get(Object key) |
compareToclear, clone, compute, computeIfAbsent, computeIfPresent, containsKey, containsValue, entrySet, forEach, getOrDefault, isEmpty, keySet, merge, put, putAll, putIfAbsent, remove, remove, replace, replace, replaceAll, size, valuesequals, hashCode, toStringpublic Object get(Object key)
get in interface Map<CharSequence,Object>get in class HashMap<CharSequence,Object>Copyright © 2012–2020. All rights reserved.