Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for adjustNumber (0.16 seconds)

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

         * @param args
         *            array of arguments
         * @param adjustNumber
         *            if {@literal true}, converts arguments to match number types if necessary
         * @return {@literal true} if the arguments are suitable for the parameter types
         */
        protected boolean isSuitable(final Class<?>[] paramTypes, final Object[] args, final boolean adjustNumber) {
            if (args == null) {
                return paramTypes.length == 0;
    Created: Fri Apr 03 20:58:12 GMT 2026
    - Last Modified: Thu Jun 19 09:12:22 GMT 2025
    - 25.8K bytes
    - Click Count (1)
Back to Top