Class BeansEndpoint

java.lang.Object
org.springframework.boot.actuate.beans.BeansEndpoint

@Endpoint(id="beans") public class BeansEndpoint extends Object
@Endpoint to expose details of an application's beans, grouped by application context.
Since:
2.0.0
  • Constructor Details

    • BeansEndpoint

      public BeansEndpoint(org.springframework.context.ConfigurableApplicationContext context)
      Creates a new BeansEndpoint that will describe the beans in the given context and all of its ancestors.
      Parameters:
      context - the application context
      See Also:
      • ApplicationContext.getParent()
  • Method Details