Uses of Class
org.glassfish.hk2.configuration.internal.BeanInfo
Packages that use BeanInfo
-
Uses of BeanInfo in org.glassfish.hk2.configuration.internal
Fields in org.glassfish.hk2.configuration.internal with type parameters of type BeanInfoModifier and TypeFieldDescriptionprivate final ConcurrentHashMap
<ActiveDescriptor<?>, BeanInfo> ConfiguredByInjectionResolver.beanMap
Methods in org.glassfish.hk2.configuration.internal that return BeanInfoModifier and TypeMethodDescription(package private) BeanInfo
ConfiguredByInjectionResolver.addBean
(ActiveDescriptor<?> descriptor, Object bean, String type, Object metadata) Methods in org.glassfish.hk2.configuration.internal with parameters of type BeanInfoModifier and TypeMethodDescriptionstatic Object
BeanUtilities.getBeanPropertyValue
(Type requiredType, 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