Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for getElementTypeOfCollectionFromParameterType (0.34 sec)

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

         *            The position of the parameterized collection in the method's argument list
         * @return The element type of the parameterized collection
         */
        public static Class<?> getElementTypeOfCollectionFromParameterType(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