Package io.quarkus.runtime.configuration
Class ConfigInstantiator
java.lang.Object
io.quarkus.runtime.configuration.ConfigInstantiator
Utility class for manually instantiating a config object
This 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 -
Method Summary
Modifier and TypeMethodDescriptionstatic voidstatic voidhandleObject(Object o, io.smallrye.config.SmallRyeConfig config) static <T> ThandleObject(Supplier<T> supplier) (package private) static TypetypeOfParameter(Type type, int paramIdx)
-
Constructor Details
-
ConfigInstantiator
public ConfigInstantiator()
-
-
Method Details
-
handleObject
-
handleObject
-
handleObject
-
typeOfParameter
-