Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 11 of 11 for visitPropertyValue (0.23 sec)

  1. platforms/core-configuration/model-core/src/main/java/org/gradle/internal/properties/bean/DefaultPropertyWalker.java

                    if (handler == null) {
                        throw new IllegalStateException("Property handler should not be null for: " + propertyMetadata.getPropertyType());
                    }
                    handler.visitPropertyValue(qualifiedName, cachedValue, propertyMetadata, visitor);
                }
            });
        }
    
        private static class CachedPropertyValue implements PropertyValue {
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Sep 28 09:51:04 UTC 2023
    - 8.2K bytes
    - Viewed (0)
Back to top