Class StartupTimeHook

  • All Implemented Interfaces:
    GuiceyConfigurationHook

    public class StartupTimeHook
    extends java.lang.Object
    implements GuiceyConfigurationHook
    Hook enables startup time logs. It is assumed to be used to enable startup time logs for compiled application with the system property: -Dguicey.hooks=startup-time.
    Since:
    14.03.2025
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static java.lang.String ALIAS
      Hook alias for system property.
    • Constructor Summary

      Constructors 
      Constructor Description
      StartupTimeHook()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void configure​(GuiceBundle.Builder builder)
      Configuration is applied just after manual configuration (through bundle's builder in application class).
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait