| Package | Description |
|---|---|
| org.glassfish.hk2.configuration.internal |
| Modifier and Type | Field and Description |
|---|---|
private java.util.concurrent.ConcurrentHashMap<ActiveDescriptor<?>,BeanInfo> |
ConfiguredByInjectionResolver.beanMap |
| Modifier and Type | Method and Description |
|---|---|
(package private) BeanInfo |
ConfiguredByInjectionResolver.addBean(ActiveDescriptor<?> descriptor,
java.lang.Object bean,
java.lang.String type) |
| Modifier and Type | Method and Description |
|---|---|
static java.lang.Object |
BeanUtilities.getBeanPropertyValue(java.lang.String attribute,
BeanInfo beanInfo)
Gets the value from the given attribute from the given bean
Safe to give both a bean-like map and a java bean
|