Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for unwrapTypeVariable (0.15 sec)

  1. platforms/core-configuration/model-core/src/main/java/org/gradle/internal/isolated/IsolationScheme.java

                return TypeVisitResult.CONTINUE;
            });
    
            // Note: we don't handle GenericArrayType here, since
            // we don't support arrays as a type of a Parameter anywhere
            Type type = unwrapTypeVariable(foundType.get());
            return type instanceof Class
                ? Cast.uncheckedNonnullCast(type)
                : type instanceof ParameterizedType
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon May 06 21:54:37 UTC 2024
    - 12.5K bytes
    - Viewed (0)
Back to top