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
Methods in org.glassfish.hk2.configuration.internal with parameters of type BeanInfo Modifier and Type Method Description static 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
-