- All Implemented Interfaces:
io.quarkus.arc.BeanCreator<Object>
public class ConfigPropertyBeanCreator
extends Object
implements io.quarkus.arc.BeanCreator<Object>
-
Constructor Summary
Constructors
-
Method Summary
create(io.quarkus.arc.SyntheticCreationalContext<Object> context)
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface io.quarkus.arc.BeanCreator
create
-
Constructor Details
-
ConfigPropertyBeanCreator
public ConfigPropertyBeanCreator()
-
Method Details
-
create
public Object create(io.quarkus.arc.SyntheticCreationalContext<Object> context)
- Specified by:
create in interface io.quarkus.arc.BeanCreator<Object>