Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for writeNonAbstractMethodWrapper (0.5 sec)

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

            Method toStringMethod = getToStringMethod(viewClass);
    
            if (toStringMethod != null && !toStringMethod.getDeclaringClass().equals(Object.class)) {
                writeNonAbstractMethodWrapper(visitor, generatedType, viewClass, toStringMethod);
            } else if (delegateSchema != null && delegateSchema.hasProperty("displayName")) {
    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