Class ConfigInstantiator


  • public class ConfigInstantiator
    extends Object
    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

    • Constructor Detail

      • ConfigInstantiator

        public ConfigInstantiator()
    • Method Detail

      • handleObject

        public static <T> T handleObject​(Supplier<T> supplier)
      • handleObject

        public static void handleObject​(Object o)
      • typeOfParameter

        static Type typeOfParameter​(Type type,
                                    int paramIdx)