Uses of Class
gw.lang.reflect.TypedPropertyDescriptor
Packages that use TypedPropertyDescriptor
-
Uses of TypedPropertyDescriptor in gw.lang.reflect
Methods in gw.lang.reflect that return TypedPropertyDescriptorModifier and TypeMethodDescriptionprotected 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.