Interface PropertyBinding


  • public interface PropertyBinding
    Represents a bean property that has been bound by a PropertyBinder.
    • Method Detail

      • injectProperty

        <B> void injectProperty​(B bean)
        Injects the current bound value into the property of the given bean.
        Parameters:
        bean - The bean to inject