Package io.quarkus.arc.runtime
Class BeanLookupSupplier
- java.lang.Object
-
- io.quarkus.arc.runtime.BeanLookupSupplier
-
-
Constructor Summary
Constructors Constructor Description BeanLookupSupplier()BeanLookupSupplier(Class<?> type)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Objectget()Class<?>getType()BeanLookupSuppliersetType(Class<?> type)
-
-
-
Constructor Detail
-
BeanLookupSupplier
public BeanLookupSupplier()
-
BeanLookupSupplier
public BeanLookupSupplier(Class<?> type)
-
-