Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for getKeyTypeOfMapFromParameterType (0.1 sec)

  1. src/main/java/org/codelibs/core/lang/MethodUtil.java

         * @param position
         *            The position of the parameterized map in the method's argument list
         * @return The key type of the parameterized map
         */
        public static Class<?> getKeyTypeOfMapFromParameterType(final Method method, final int position) {
            assertArgumentNotNull("method", method);
    
            final Type[] parameterTypes = method.getGenericParameterTypes();
    Registered: Fri Sep 05 20:58:11 UTC 2025
    - Last Modified: Thu Jul 31 08:16:49 UTC 2025
    - 12.6K bytes
    - Viewed (0)
Back to top