Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for adjustNumber (0.05 sec)

  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;
    Registered: Fri Sep 05 20:58:11 UTC 2025
    - Last Modified: Thu Jun 19 09:12:22 UTC 2025
    - 25.8K bytes
    - Viewed (1)
Back to top