Class PropertyDescriptorWrapper
- java.lang.Object
- 
- org.apache.myfaces.core.api.shared.lang.PropertyDescriptorWrapper
 
- 
- All Implemented Interfaces:
- FacesWrapper<PropertyDescriptor>
 - Direct Known Subclasses:
- LambdaPropertyDescriptor
 
 public class PropertyDescriptorWrapper extends Object implements FacesWrapper<PropertyDescriptor> 
- 
- 
Constructor SummaryConstructors Constructor Description PropertyDescriptorWrapper(Class<?> beanClass, PropertyDescriptor wrapped)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetName()Class<?>getPropertyType()MethodgetReadMethod()PropertyDescriptorgetWrapped()A class that implements this interface uses this method to return an instance of the class being wrapped.MethodgetWriteMethod()
 
- 
- 
- 
Constructor Detail- 
PropertyDescriptorWrapperpublic PropertyDescriptorWrapper(Class<?> beanClass, PropertyDescriptor wrapped) 
 
- 
 - 
Method Detail- 
getPropertyTypepublic Class<?> getPropertyType() 
 - 
getNamepublic String getName() 
 - 
getWrappedpublic PropertyDescriptor getWrapped() Description copied from interface:FacesWrapperA class that implements this interface uses this method to return an instance of the class being wrapped.- Specified by:
- getWrappedin interface- FacesWrapper<PropertyDescriptor>
- Returns:
- the instance of the class being wrapped
 
 - 
getReadMethodpublic Method getReadMethod() 
 - 
getWriteMethodpublic Method getWriteMethod() 
 
- 
 
-