Package org.eclipse.sisu.bean
Interface PropertyBinding
public interface PropertyBinding
Represents a bean property that has been bound by a
PropertyBinder.-
Method Summary
Modifier and TypeMethodDescription<B> voidinjectProperty(B bean) Injects the current bound value into the property of the given bean.
-
Method Details
-
injectProperty
<B> void injectProperty(B bean) Injects the current bound value into the property of the given bean.- Parameters:
bean- The bean to inject
-