Interface DependencyInjector

All Superinterfaces:
AutoCloseable, SafeCloseable

@UnstableApi public interface DependencyInjector extends SafeCloseable
Injects dependencies that are specified in RequestConverter.value(), ResponseConverter.value(), ExceptionHandler.value(), Decorator.value() and DecoratorFactory.value(). If the dependencies are not injected by this DependencyInjector, they are created via the default constructor, which does not have a parameter, of the classes.