Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for isManagedProperty (0.28 sec)

  1. platforms/core-configuration/model-core/src/main/java/org/gradle/model/internal/manage/binding/DefaultStructBindingsStore.java

                String propertyName = propertyEntry.getKey();
                Multimap<PropertyAccessorType, StructMethodBinding> accessorBindings = propertyEntry.getValue();
    
                if (isManagedProperty(extractionContext, propertyName, accessorBindings)) {
                    if (hasSetter(accessorBindings.keySet()) && !hasGetter(accessorBindings.keySet())) {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Dec 11 13:37:56 UTC 2023
    - 29.7K bytes
    - Viewed (0)
  2. platforms/core-configuration/model-core/src/main/java/org/gradle/internal/instantiation/generator/AbstractClassGenerator.java

            }
            // Else, ignore abstract methods on non-abstract classes as some other tooling (e.g. the Groovy compiler) has decided this is ok
        }
    
        private static boolean isManagedProperty(PropertyMetadata property) {
            // Property is readable and without a setter of property type and the type can be created
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon May 06 21:54:37 UTC 2024
    - 63K bytes
    - Viewed (0)
Back to top