Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for getUpperBounds (0.23 sec)

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

            }
            if (type instanceof WildcardType) {
                final WildcardType wildcardType = WildcardType.class.cast(type);
                final Type[] types = wildcardType.getUpperBounds();
                return getRawClass(types[0]);
            }
            if (type instanceof GenericArrayType) {
                final GenericArrayType genericArrayType = GenericArrayType.class.cast(type);
    Java
    - Registered: Fri May 03 20:58:11 GMT 2024
    - Last Modified: Thu Mar 07 01:59:08 GMT 2024
    - 23.6K bytes
    - Viewed (0)
Back to top