Interface LoaderContext.DependencyProvider

Enclosing class:
LoaderContext
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 LoaderContext.DependencyProvider
Interface for lazy access to cross-component dependencies. This avoids circular dependencies during loading.
  • Method Summary

    Modifier and Type
    Method
    Description
    <T> T
    get(Class<T> componentClass)