Interface DynamicPropertyRegistry

    • Method Detail

      • add

        void add​(String name,
                 Supplier<Object> valueSupplier)
        Add a Supplier for the given property name to this registry.
        Parameters:
        name - the name of the property for which the supplier should be added
        valueSupplier - a supplier that will provide the property value on demand