Uses of Interface
org.springframework.boot.actuate.endpoint.web.PathMapper
Packages that use PathMapper
Package
Description
Web support for actuator endpoints.
Annotation support for actuator web endpoints.
Auto-configuration for Cloud Foundry endpoints.
-
Uses of PathMapper in org.springframework.boot.actuate.endpoint.web
Method parameters in org.springframework.boot.actuate.endpoint.web with type arguments of type PathMapperModifier and TypeMethodDescriptionstatic StringPathMapper.getRootPath(@Nullable List<PathMapper> pathMappers, EndpointId endpointId) Resolve the root path for the specifiedendpointIdfrom the given path mappers. -
Uses of PathMapper in org.springframework.boot.actuate.endpoint.web.annotation
Constructor parameters in org.springframework.boot.actuate.endpoint.web.annotation with type arguments of type PathMapperModifierConstructorDescriptionControllerEndpointDiscoverer(ApplicationContext applicationContext, @Nullable List<PathMapper> endpointPathMappers, Collection<EndpointFilter<ExposableControllerEndpoint>> filters) Deprecated, for removal: This API element is subject to removal in a future version.Create a newControllerEndpointDiscovererinstance.ServletEndpointDiscoverer(ApplicationContext applicationContext, @Nullable List<PathMapper> endpointPathMappers, Collection<EndpointFilter<ExposableServletEndpoint>> filters) Deprecated, for removal: This API element is subject to removal in a future version.Create a newServletEndpointDiscovererinstance.WebEndpointDiscoverer(ApplicationContext applicationContext, ParameterValueMapper parameterValueMapper, EndpointMediaTypes endpointMediaTypes, @Nullable List<PathMapper> endpointPathMappers, @Nullable List<AdditionalPathsMapper> additionalPathsMappers, Collection<OperationInvokerAdvisor> invokerAdvisors, Collection<EndpointFilter<ExposableWebEndpoint>> endpointFilters, Collection<OperationFilter<WebOperation>> operationFilters) Create a newWebEndpointDiscovererinstance. -
Uses of PathMapper in org.springframework.boot.cloudfoundry.autoconfigure.actuate.endpoint
Constructor parameters in org.springframework.boot.cloudfoundry.autoconfigure.actuate.endpoint with type arguments of type PathMapperModifierConstructorDescriptionCloudFoundryWebEndpointDiscoverer(ApplicationContext applicationContext, ParameterValueMapper parameterValueMapper, EndpointMediaTypes endpointMediaTypes, @Nullable List<PathMapper> endpointPathMappers, Collection<OperationInvokerAdvisor> invokerAdvisors, Collection<EndpointFilter<ExposableWebEndpoint>> endpointFilters, Collection<OperationFilter<WebOperation>> operationFilters) Create a newWebEndpointDiscovererinstance.