Uses of Class
vdoclet.beaninfo.PropertyInfo

Packages that use PropertyInfo
vdoclet.beaninfo   
 

Uses of PropertyInfo in vdoclet.beaninfo
 

Methods in vdoclet.beaninfo that return PropertyInfo
static PropertyInfo PropertyInfo.fromField(String type, String name)
          Create a PropertyInfo based on field details
static PropertyInfo PropertyInfo.fromGetter(MethodInfo getter)
          Create a PropertyInfo based on a getter-method