Class ApplicationContextUtils

java.lang.Object
net.solarnetwork.util.ApplicationContextUtils

public final class ApplicationContextUtils extends Object
Utility methods for dealing with Spring ApplicationContext instances.
Version:
1.0
Author:
matt
  • Constructor Details

    • ApplicationContextUtils

      public ApplicationContextUtils()
  • Method Details

    • traceBeanNames

      public static void traceBeanNames(org.springframework.context.ApplicationContext ctx, org.slf4j.Logger log)
      Generate a TRACE level log entry of the complete list of bean names available in the given context.
      Parameters:
      ctx - the context to log the bean names for
      log - the log to log to, will log at the TRACE level