Interface ValueProvider


public interface ValueProvider
Providing a value for a specific field or setter used by the Injector.
  • Method Summary

    Modifier and Type
    Method
    Description
    @Nullable Object
    getValue(Class<?> owner, Class<?> type, @Nullable Type genericType, Annotation[] annotations)
     
  • Method Details