Class ManagementContextResolver
- java.lang.Object
- org.springframework.boot.actuate.autoconfigure.ManagementContextResolver
public class ManagementContextResolver extends Object
Provides access to theApplicationContext
being 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.ApplicationContext
getApplicationContext()
Return the managementApplicationContext
.MvcEndpoints
getMvcEndpoints()
Return allMvcEndpoints
from the management context.
Method Detail
getMvcEndpoints
public MvcEndpoints getMvcEndpoints()
Return allMvcEndpoints
from the management context.- Returns:
MvcEndpoints
from the management context
getApplicationContext
public org.springframework.context.ApplicationContext getApplicationContext()
Return the managementApplicationContext
.- Returns:
- the management
ApplicationContext