Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for hasReadMethod (0.45 seconds)

  1. src/main/java/org/codelibs/core/beans/impl/PropertyDescImpl.java

            this.readMethod = readMethod;
            if (readMethod != null) {
                readable = true;
                setMethodAccessible(readMethod);
            }
        }
    
        @Override
        public final boolean hasReadMethod() {
            return readMethod != null;
        }
    
        @Override
        public final Method getWriteMethod() {
            return writeMethod;
        }
    
        /**
         * Sets the setter method.
         *
    Created: Fri Apr 03 20:58:12 GMT 2026
    - Last Modified: Thu Jul 24 01:52:43 GMT 2025
    - 15.1K bytes
    - Click Count (0)
Back to Top