Class FunctionConstructor<T>

java.lang.Object
io.quarkus.funqy.runtime.FunctionConstructor<T>

public class FunctionConstructor<T> extends Object
  • Field Details

    • CONTAINER

      public static volatile io.quarkus.arc.runtime.BeanContainer CONTAINER
    • factory

      protected volatile io.quarkus.arc.runtime.BeanContainer.Factory<T> factory
    • cls

      protected Class cls
  • Constructor Details

    • FunctionConstructor

      public FunctionConstructor(Class<T> cls)
  • Method Details

    • construct

      public T construct()