Interface TypeProvider<T>

Type Parameters:
T - The type to provide an instance of
All Superinterfaces:
jakarta.inject.Provider<T>, Supplier<T>

public interface TypeProvider<T> extends jakarta.inject.Provider<T>, Supplier<T>
Provides an instance of the specified type
Since:
19.3.0
Author:
cdivilly
See Also:
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
     
    get()
     
  • Method Details

    • get

      T get()
      Specified by:
      get in interface jakarta.inject.Provider<T>
      Specified by:
      get in interface Supplier<T>
    • dependenciesSatisfied

      boolean dependenciesSatisfied()