Module jakarta.el
Package jakarta.el

Class BeanELResolver.BeanProperty

java.lang.Object
jakarta.el.BeanELResolver.BeanProperty
Direct Known Subclasses:
BeanSupportFull.BeanPropertyFull, BeanSupportStandalone.BeanPropertyStandalone
Enclosing class:
BeanELResolver

abstract static class BeanELResolver.BeanProperty extends Object
  • Field Details

    • baseClass

      private final Class<?> baseClass
    • type

      private final Class<?> type
    • readMethod

      private Method readMethod
    • writeMethod

      private Method writeMethod
  • Constructor Details

    • BeanProperty

      public BeanProperty(Class<?> baseClass, Class<?> type)
  • Method Details

    • getPropertyType

      public Class<?> getPropertyType()
    • isReadOnly

      public boolean isReadOnly(Object base)
    • getReadMethod

      public Method getReadMethod(Object base)
    • getWriteMethod

      public Method getWriteMethod(Object base)
    • getWriteMethod

      abstract Method getWriteMethod()
    • getReadMethod

      abstract Method getReadMethod()