Search Options

Results per page
Sort
Preferred Languages
Advance

Results 31 - 32 of 32 for convention_mapping (0.31 sec)

  1. platforms/core-configuration/model-core/src/test/groovy/org/gradle/internal/instantiation/generator/AsmBackedClassGeneratorDecoratedTest.groovy

            def readOnlyBean = create(HasReadOnlyProperty, Describables.of("<display name>"))
            def readOnlyBeanWithMapping = create(HasReadOnlyProperty, Describables.of("<display name>"))
            readOnlyBeanWithMapping.conventionMapping.map("other") { "ignore" }
            def finalBeanWithOverloads = create(HasReadOnlyFinalBooleanPropertyWithOverloads, Describables.of("<display name>"))
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Sep 28 09:51:04 UTC 2023
    - 22K bytes
    - Viewed (0)
  2. platforms/core-configuration/model-core/src/main/java/org/gradle/internal/instantiation/generator/AbstractClassGenerator.java

                            }
                        }
                        hasExtensionAwareImplementation = true;
                        return true;
                    }
                    if (property.getName().equals("conventionMapping") || property.getName().equals("convention")) {
                        return true;
                    }
                }
    
                return false;
            }
    
            @Override
    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