public class PropertyDescriptorWrapper extends Object implements FacesWrapper<PropertyDescriptor>
| Constructor and Description | 
|---|
| PropertyDescriptorWrapper(Class<?> beanClass,
                         PropertyDescriptor wrapped) | 
| PropertyDescriptorWrapper(Class<?> beanClass,
                         PropertyDescriptor wrapped,
                         Method readMethod) | 
| Modifier and Type | Method and Description | 
|---|---|
| String | getName() | 
| Class<?> | getPropertyType() | 
| Method | getReadMethod() | 
| PropertyDescriptor | getWrapped()A class that implements this interface uses this method to return an instance of the class being wrapped. | 
| Method | getWriteMethod() | 
public PropertyDescriptorWrapper(Class<?> beanClass, PropertyDescriptor wrapped)
public PropertyDescriptorWrapper(Class<?> beanClass, PropertyDescriptor wrapped, Method readMethod)
public Class<?> getPropertyType()
public String getName()
public PropertyDescriptor getWrapped()
FacesWrappergetWrapped in interface FacesWrapper<PropertyDescriptor>public Method getReadMethod()
public Method getWriteMethod()
Copyright © 2022 The Apache Software Foundation. All rights reserved.