Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for isScalarCollection (0.11 sec)

  1. platforms/core-configuration/model-core/src/main/java/org/gradle/model/internal/core/ModelTypeInitializationException.java

                    s.append(String.format("A managed collection can not contain '%s's%n", schema.getElementType()));
                    appendManagedCollections(s, 1, constructibleTypes);
                } else if (isScalarCollection(propertyType, propertyContext.isDeclaredAsHavingUnmanagedType())) {
                    ModelType<?> innerType = propertyType.getTypeVariables().get(0);
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Sep 28 09:51:04 UTC 2023
    - 7K bytes
    - Viewed (0)
Back to top