Uses of Class
org.glassfish.hk2.configuration.internal.BeanInfo
-
Packages that use BeanInfo Package Description org.glassfish.hk2.configuration.internal -
-
Uses of BeanInfo in org.glassfish.hk2.configuration.internal
Fields in org.glassfish.hk2.configuration.internal with type parameters of type BeanInfo Modifier and Type Field Description private java.util.concurrent.ConcurrentHashMap<ActiveDescriptor<?>,BeanInfo>
ConfiguredByInjectionResolver. beanMap
Methods in org.glassfish.hk2.configuration.internal that return BeanInfo Modifier and Type Method Description (package private) BeanInfo
ConfiguredByInjectionResolver. addBean(ActiveDescriptor<?> descriptor, java.lang.Object bean, java.lang.String type, java.lang.Object metadata)
Methods in org.glassfish.hk2.configuration.internal with parameters of type BeanInfo Modifier and Type Method Description static java.lang.Object
BeanUtilities. getBeanPropertyValue(java.lang.reflect.Type requiredType, 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
-