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 Details

  • Method Details

    • getPropertyType

      public Class<?> getPropertyType()
    • getName

      public String getName()
    • getWrapped

      public PropertyDescriptor 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 interface FacesWrapper<PropertyDescriptor>
      Returns:
      the instance of the class being wrapped
    • getReadMethod

      public Method getReadMethod()
    • getWriteMethod

      public Method getWriteMethod()