Package io.quarkus.runtime.configuration
Class ConfigInstantiator
- java.lang.Object
-
- io.quarkus.runtime.configuration.ConfigInstantiator
-
public class ConfigInstantiator extends Object
Utility class for manually instantiating a config objectThis should only be used in specific circumstances, generally when normal start has failed and we are attempting to do some form of recovery via hot deployment
TODO: fully implement this as required, at the moment this is mostly to read the HTTP config when startup fails or for basic logging setup in non-Quarkus tests
-
-
Constructor Summary
Constructors Constructor Description ConfigInstantiator()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static void
handleObject(Object o)
static void
handleObject(Object o, io.smallrye.config.SmallRyeConfig config)
static <T> T
handleObject(Supplier<T> supplier)
(package private) static Type
typeOfParameter(Type type, int paramIdx)
-