| Package | Description |
|---|---|
| gw.lang.reflect |
| Modifier and Type | Method and 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.
|
Copyright © 2018. All rights reserved.