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
Modifier and TypeClassDescriptionstatic final class
Description of a bean.static final class
Description of an application's beans.static final class
Description of an application context beans. -
Constructor Summary
ConstructorDescriptionCreates a newBeansEndpoint
that will describe the beans in the givencontext
and all of its ancestors. -
Method Summary
-
Constructor Details
-
BeansEndpoint
Creates a newBeansEndpoint
that will describe the beans in the givencontext
and all of its ancestors.- Parameters:
context
- the application context- See Also:
-
-
Method Details
-
beans
-