Package io.quarkus.funqy.runtime
Class FunctionConstructor<T>
- java.lang.Object
-
- io.quarkus.funqy.runtime.FunctionConstructor<T>
-
public class FunctionConstructor<T> extends Object
-
-
Field Summary
Fields Modifier and Type Field Description protected Classclsstatic BeanContainerCONTAINERprotected BeanContainer.Factory<T>factory
-
Constructor Summary
Constructors Constructor Description FunctionConstructor(Class<T> cls)
-
-
-
Field Detail
-
CONTAINER
public static volatile BeanContainer CONTAINER
-
factory
protected volatile BeanContainer.Factory<T> factory
-
cls
protected Class cls
-
-
Method Detail
-
construct
public T construct()
-
-