Class PropertyDescriptorWrapper
java.lang.Object
org.apache.myfaces.core.api.shared.lang.PropertyDescriptorWrapper
- All Implemented Interfaces:
FacesWrapper<PropertyDescriptor>
- Direct Known Subclasses:
LambdaPropertyDescriptor
-
Constructor Details
-
PropertyDescriptorWrapper
-
-
Method Details
-
getPropertyType
-
getName
-
getWrapped
Description copied from interface:FacesWrapper
A class that implements this interface uses this method to return an instance of the class being wrapped.- Specified by:
getWrapped
in interfaceFacesWrapper<PropertyDescriptor>
- Returns:
- the instance of the class being wrapped
-
getReadMethod
-
getWriteMethod
-