Package io.micronaut.core.beans
Interface BeanMap<T>
- Type Parameters:
T
- type Generic
Simple class that provides a map interface over a bean.
- Since:
- 1.0
- Author:
- Graeme Rocher
-
Nested Class Summary
-
Method Summary
Methods inherited from interface java.util.Map
clear, compute, computeIfAbsent, computeIfPresent, containsKey, containsValue, entrySet, equals, forEach, get, getOrDefault, hashCode, isEmpty, keySet, merge, put, putAll, putIfAbsent, remove, remove, replace, replace, replaceAll, size, values
-
Method Details
-
getBeanType
- Returns:
- The bean type
-
of
Creates aBeanMap
for the given bean.- Type Parameters:
B
- type Generic- Parameters:
bean
- The bean- Returns:
- The bean map
-