Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for ConvertMethod (0.09 sec)

  1. subprojects/core/src/main/java/org/gradle/internal/typeconversion/MapNotationConverter.java

            Set<String> missing = null;
            ConvertMethod convertMethod = null;
            Method method = null;
            while (method == null) {
                convertMethod = ConvertMethod.of(this.getClass());
                // since we need access to the method and that it's weakly referenced
                // we always need to double check that it hasn't been collected
                method = convertMethod.getMethod();
            }
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Apr 12 07:52:07 UTC 2021
    - 6.9K bytes
    - Viewed (0)
Back to top