Class MapValueSupplier<T>

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

public class MapValueSupplier<T> extends Object implements Supplier<T>
Supplier implementation that supplies a value from a map. The key is pre-configured.
Author:
Maarten Mulders
  • Constructor Details

  • Method Details

    • get

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