Uses of Interface
org.springframework.boot.actuate.endpoint.web.PathMapper
Package
Description
Auto-configuration for actuator Cloud Foundry concerns.
Auto-configuration for the Actuator's web endpoints.
Web support for actuator endpoints.
Annotation support for actuator web endpoints.
-
Uses of PathMapper in org.springframework.boot.actuate.autoconfigure.cloudfoundry
ModifierConstructorDescriptionCloudFoundryWebEndpointDiscoverer
(ApplicationContext applicationContext, ParameterValueMapper parameterValueMapper, EndpointMediaTypes endpointMediaTypes, List<PathMapper> endpointPathMappers, Collection<OperationInvokerAdvisor> invokerAdvisors, Collection<EndpointFilter<ExposableWebEndpoint>> filters) Create a newWebEndpointDiscoverer
instance. -
Uses of PathMapper in org.springframework.boot.actuate.autoconfigure.endpoint.web
Modifier and TypeMethodDescriptionWebEndpointAutoConfiguration.controllerEndpointDiscoverer
(ObjectProvider<PathMapper> endpointPathMappers, ObjectProvider<Collection<EndpointFilter<ExposableControllerEndpoint>>> filters) WebEndpointAutoConfiguration.webEndpointDiscoverer
(ParameterValueMapper parameterValueMapper, EndpointMediaTypes endpointMediaTypes, ObjectProvider<PathMapper> endpointPathMappers, ObjectProvider<OperationInvokerAdvisor> invokerAdvisors, ObjectProvider<EndpointFilter<ExposableWebEndpoint>> filters) -
Uses of PathMapper in org.springframework.boot.actuate.endpoint.web
Modifier and TypeMethodDescriptionstatic String
PathMapper.getRootPath
(List<PathMapper> pathMappers, EndpointId endpointId) Resolve the root path for the specifiedendpointId
from the given path mappers. -
Uses of PathMapper in org.springframework.boot.actuate.endpoint.web.annotation
ModifierConstructorDescriptionControllerEndpointDiscoverer
(ApplicationContext applicationContext, List<PathMapper> endpointPathMappers, Collection<EndpointFilter<ExposableControllerEndpoint>> filters) Create a newControllerEndpointDiscoverer
instance.ServletEndpointDiscoverer
(ApplicationContext applicationContext, List<PathMapper> endpointPathMappers, Collection<EndpointFilter<ExposableServletEndpoint>> filters) Create a newServletEndpointDiscoverer
instance.WebEndpointDiscoverer
(ApplicationContext applicationContext, ParameterValueMapper parameterValueMapper, EndpointMediaTypes endpointMediaTypes, List<PathMapper> endpointPathMappers, Collection<OperationInvokerAdvisor> invokerAdvisors, Collection<EndpointFilter<ExposableWebEndpoint>> filters) Create a newWebEndpointDiscoverer
instance.