Class FixedValueSupplier<T>

java.lang.Object
io.quarkus.arc.impl.FixedValueSupplier<T>
All Implemented Interfaces:
Supplier<T>

public class FixedValueSupplier<T> extends Object implements Supplier<T>
Supplier implementation that supplies a pre-configured value.
Author:
Maarten Mulders
  • Constructor Details

    • FixedValueSupplier

      public FixedValueSupplier(T value)
  • Method Details

    • get

      public T get()
      Specified by:
      get in interface Supplier<T>