Interface PropertyBindingSupport.OnAutowiring

Enclosing class:
PropertyBindingSupport
Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@FunctionalInterface public static interface PropertyBindingSupport.OnAutowiring
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    onAutowire(Object target, String propertyName, Class propertyType, Object value)
    Callback when a property was autowired on a bean
  • Method Details

    • onAutowire

      void onAutowire(Object target, String propertyName, Class propertyType, Object value)
      Callback when a property was autowired on a bean
      Parameters:
      target - the targeted bean
      propertyName - the name of the property
      propertyType - the type of the property
      value - the property value