Class BeanELResolver.BeanProperty

  • Enclosing class:
    BeanELResolver

    protected static final class BeanELResolver.BeanProperty
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      BeanProperty​(java.beans.PropertyDescriptor descriptor)  
    • Constructor Detail

      • BeanProperty

        public BeanProperty​(java.beans.PropertyDescriptor descriptor)
    • Method Detail

      • getPropertyType

        public java.lang.Class<?> getPropertyType()
      • getReadMethod

        public java.lang.reflect.Method getReadMethod()
      • getWriteMethod

        public java.lang.reflect.Method getWriteMethod()
      • isReadOnly

        public boolean isReadOnly()