Class ManagementContextResolver
- java.lang.Object
- org.springframework.boot.actuate.autoconfigure.ManagementContextResolver
public class ManagementContextResolver extends Object
Provides access to theApplicationContextbeing used to manage actuator endpoints.- Since:
- 1.3.0
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.springframework.context.ApplicationContextgetApplicationContext()Return the managementApplicationContext.MvcEndpointsgetMvcEndpoints()Return allMvcEndpointsfrom the management context.
Method Detail
getMvcEndpoints
public MvcEndpoints getMvcEndpoints()
Return allMvcEndpointsfrom the management context.- Returns:
MvcEndpointsfrom the management context
getApplicationContext
public org.springframework.context.ApplicationContext getApplicationContext()
Return the managementApplicationContext.- Returns:
- the management
ApplicationContext