Class ConfigPropertyBeanCreator

  • All Implemented Interfaces:
    io.quarkus.arc.BeanCreator<Object>

    public class ConfigPropertyBeanCreator
    extends Object
    implements io.quarkus.arc.BeanCreator<Object>
    • Constructor Detail

      • ConfigPropertyBeanCreator

        public ConfigPropertyBeanCreator()
    • Method Detail

      • create

        public Object create​(io.quarkus.arc.SyntheticCreationalContext<Object> context)
        Specified by:
        create in interface io.quarkus.arc.BeanCreator<Object>