Uses of Class
gw.lang.reflect.TypedPropertyDescriptor
-
Packages that use TypedPropertyDescriptor Package Description gw.lang.reflect -
-
Uses of TypedPropertyDescriptor in gw.lang.reflect
Methods in gw.lang.reflect that return TypedPropertyDescriptor Modifier and Type Method Description protected static TypedPropertyDescriptor
BeanInfoUtil. _buildPropertyDescriptor(String propertyName, Class beanClass, String getterName, String setterName)
Builds a property descriptor with no explicit visibility.static TypedPropertyDescriptor
BeanInfoUtil. buildScriptablePropertyDescriptor(String propertyName, Class beanClass, String getterName, String setterName)
Builds a scriptable property descriptor with the given information.
-