Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for extractNodeInitializer (0.26 sec)

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

        public final static List<ModelType<?>> TYPES = ImmutableList.<ModelType<?>>of(
            ModelType.of(List.class),
            ModelType.of(Set.class)
        );
    
        @Override
        protected <T, E> NodeInitializer extractNodeInitializer(CollectionSchema<T, E> schema, NodeInitializerContext<T> context) {
            ModelType<T> type = schema.getType();
            Class<? super T> rawClass = type.getRawClass();
    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