Package org.eclipse.sisu.bean
Interface PropertyBinding
- All Known Implementing Classes:
OptionalPropertyBinding
,ProvidedPropertyBinding
public interface PropertyBinding
Represents a bean property that has been bound by a
PropertyBinder
.-
Method Summary
Modifier and TypeMethodDescription<B> void
injectProperty
(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
-