Class ProvidedPropertyBinding<T>

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      <B> void injectProperty​(B bean)
      Injects the current bound value into the property of the given bean.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • provider

        private final javax.inject.Provider<T> provider
    • Constructor Detail

      • ProvidedPropertyBinding

        ProvidedPropertyBinding​(BeanProperty<T> property,
                                javax.inject.Provider<T> provider)
    • Method Detail

      • injectProperty

        public <B> void injectProperty​(B bean)
        Description copied from interface: PropertyBinding
        Injects the current bound value into the property of the given bean.
        Specified by:
        injectProperty in interface PropertyBinding
        Parameters:
        bean - The bean to inject