Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for MethodKey (0.19 sec)

  1. platforms/core-configuration/model-core/src/main/java/org/gradle/model/internal/manage/schema/extract/ManagedProxyClassGenerator.java

                Method viewMethod = weakViewMethod.getMethod();
    
                // Don't generate method if it's not part of the view schema
                Wrapper<Method> methodKey = SIGNATURE_EQUIVALENCE.wrap(viewMethod);
                if (!viewMethods.contains(methodKey)) {
                    continue;
                }
    
                if (methodBinding instanceof DirectMethodBinding) {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Dec 11 13:37:56 UTC 2023
    - 55.3K bytes
    - Viewed (0)
Back to top