Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for beanClass (8.5 sec)

  1. src/main/java/org/codelibs/core/beans/factory/ParameterizedClassDescFactory.java

         * </p>
         *
         * @param beanClass
         *            The parameterized type (class or interface). Must not be {@literal null}.
         * @return A {@link Map} with type variables as keys and type arguments as values for the parameterized type.
         */
        public static Map<TypeVariable<?>, Type> getTypeVariables(final Class<?> beanClass) {
            assertArgumentNotNull("beanClass", beanClass);
    
    Registered: Sat Dec 20 08:55:33 UTC 2025
    - Last Modified: Thu Jul 31 08:16:49 UTC 2025
    - 7.7K bytes
    - Viewed (0)
Back to top