Package io.quarkus.arc
Interface BeanCreator<T>
-
- Type Parameters:
T-
public interface BeanCreator<T>It can be used by syntheticInjectableBeandefinitions to produce a contextual instance.- See Also:
Contextual.create(CreationalContext)
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Tcreate(javax.enterprise.context.spi.CreationalContext<T> creationalContext, Map<String,Object> params)
-