Class MonitorHelper


  • public class MonitorHelper
    extends Object
    This class is only used internally by MWT to instantiate monitor classes.
    • Method Detail

      • getObject

        public static <T> T getObject​(Class<T> monitorType,
                                      Class<?> injectedType,
                                      String constant)
        Instantiates a monitor class.
        Type Parameters:
        T - the monitor type
        Parameters:
        monitorType - the monitor type
        injectedType - the type declared in the BON Constant
        constant - the name of the constant
        Returns:
        the created monitor instance