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 TypedPropertyDescriptorBeanInfoUtil. _buildPropertyDescriptor(java.lang.String propertyName, java.lang.Class beanClass, java.lang.String getterName, java.lang.String setterName)Builds a property descriptor with no explicit visibility.static TypedPropertyDescriptorBeanInfoUtil. buildScriptablePropertyDescriptor(java.lang.String propertyName, java.lang.Class beanClass, java.lang.String getterName, java.lang.String setterName)Builds a scriptable property descriptor with the given information.
-