Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for NodeInitializerContext (0.14 sec)

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

            ModelType<T> type = schema.getType();
            Class<? super T> rawClass = type.getRawClass();
            ModelType<? super T> rawCollectionType = ModelType.of(rawClass);
            if (TYPES.contains(rawCollectionType) && (schema.getElementTypeSchema() instanceof ScalarValueSchema)) {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri May 24 13:15:09 UTC 2024
    - 12.7K bytes
    - Viewed (0)
Back to top