Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 3 of 3 for SpecializedMapStrategy (0.24 sec)

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

    import java.lang.reflect.Type;
    import java.util.concurrent.ExecutionException;
    
    /**
     * Currently only handles interfaces with no type parameters that directly extend ModelMap.
     */
    public class SpecializedMapStrategy implements ModelSchemaExtractionStrategy {
        private final ManagedCollectionProxyClassGenerator generator = new ManagedCollectionProxyClassGenerator();
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Sep 28 09:51:04 UTC 2023
    - 3.7K bytes
    - Viewed (0)
  2. platforms/core-configuration/model-core/src/main/java/org/gradle/model/internal/manage/schema/extract/DefaultModelSchemaExtractor.java

                .addAll(strategies)
                .add(new PrimitiveStrategy())
                .add(new EnumStrategy())
                .add(new JdkValueTypeStrategy())
                .add(new ModelSetStrategy())
                .add(new SpecializedMapStrategy())
                .add(new ModelMapStrategy())
                .add(new JavaUtilCollectionStrategy())
                .add(new ManagedImplStructStrategy(aspectExtractor))
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Dec 11 13:37:56 UTC 2023
    - 5.3K bytes
    - Viewed (0)
  3. testing/architecture-test/src/changes/archunit-store/internal-api-nullability.txt

    Class <org.gradle.model.internal.manage.schema.extract.SpecializedMapStrategy$1> is not annotated (directly or via its package) with @org.gradle.api.NonNullApi in (SpecializedMapStrategy.java:0)
    Class <org.gradle.model.internal.manage.schema.extract.SpecializedMapStrategy$2> is not annotated (directly or via its package) with @org.gradle.api.NonNullApi in (SpecializedMapStrategy.java:0)
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Jun 11 09:51:15 UTC 2024
    - 967.9K bytes
    - Viewed (0)
Back to top