Class BeansEndpoint
java.lang.Object
org.springframework.boot.actuate.beans.BeansEndpoint
@Endpoint to expose details of an application's beans, grouped by
application context.- Since:
- 2.0.0
- Author:
- Dave Syer, Andy Wilkinson
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final classA description of an application's beans, primarily intended for serialization to JSON.static final classA description of a bean in an application context, primarily intended for serialization to JSON.static final classA description of an application context, primarily intended for serialization to JSON. -
Constructor Summary
ConstructorsConstructorDescriptionCreates a newBeansEndpointthat will describe the beans in the givencontextand all of its ancestors. -
Method Summary
-
Constructor Details
-
BeansEndpoint
Creates a newBeansEndpointthat will describe the beans in the givencontextand all of its ancestors.- Parameters:
context- the application context- See Also:
-
-
Method Details
-
beans
-