- Sort Score
- Num 10 results
- Language All
Results 1 - 1 of 1 for getKeyTypeOfMapFromParameterType (0.11 seconds)
-
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();Created: Sat Dec 20 08:55:33 GMT 2025 - Last Modified: Thu Jul 31 08:16:49 GMT 2025 - 12.6K bytes - Click Count (0)