Package io.quarkus.funqy.runtime
Class ParameterInjector
- java.lang.Object
-
- io.quarkus.funqy.runtime.ParameterInjector
-
public class ParameterInjector extends Object
-
-
Constructor Summary
Constructors Constructor Description ParameterInjector()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static ValueInjectorcreateInjector(Type type, Class clz, Annotation[] annotations)
-
-
-
Method Detail
-
createInjector
public static ValueInjector createInjector(Type type, Class clz, Annotation[] annotations)
-
-