Uses of Class
org.springframework.boot.actuate.autoconfigure.endpoint.web.WebEndpointProperties
Packages that use WebEndpointProperties
Package
Description
Auto-configuration for Jersey actuator web concerns.
Auto-configuration for actuator security using WebFlux.
Auto-configuration for
jakarta.servlet actuator web concerns.Auto-configuration for WebFlux-based actuator web concerns.
-
Uses of WebEndpointProperties in org.springframework.boot.jersey.autoconfigure.actuate.web
Methods in org.springframework.boot.jersey.autoconfigure.actuate.web with parameters of type WebEndpointPropertiesModifier and TypeMethodDescriptionJerseyEndpointManagementContextConfiguration.servletEndpointRegistrar(WebEndpointProperties properties, ServletEndpointsSupplier servletEndpointsSupplier, JerseyApplicationPath jerseyApplicationPath, EndpointAccessResolver endpointAccessResolver) -
Uses of WebEndpointProperties in org.springframework.boot.security.autoconfigure.actuate.web.reactive
Subclasses with type arguments of type WebEndpointProperties in org.springframework.boot.security.autoconfigure.actuate.web.reactiveModifier and TypeClassDescriptionstatic final classTheServerWebExchangeMatcherused to match against the links endpoint.Methods in org.springframework.boot.security.autoconfigure.actuate.web.reactive with parameters of type WebEndpointPropertiesModifier and TypeMethodDescriptionprotected ServerWebExchangeMatcherEndpointRequest.LinksServerWebExchangeMatcher.createDelegate(WebEndpointProperties properties) -
Uses of WebEndpointProperties in org.springframework.boot.servlet.autoconfigure.actuate.web
Methods in org.springframework.boot.servlet.autoconfigure.actuate.web with parameters of type WebEndpointPropertiesModifier and TypeMethodDescriptionServletEndpointManagementContextConfiguration.servletExposeExcludePropertyEndpointFilter(WebEndpointProperties properties) -
Uses of WebEndpointProperties in org.springframework.boot.webflux.autoconfigure.actuate.web
Methods in org.springframework.boot.webflux.autoconfigure.actuate.web with parameters of type WebEndpointPropertiesModifier and TypeMethodDescriptionWebFluxEndpointManagementContextConfiguration.controllerEndpointHandlerMapping(ControllerEndpointsSupplier controllerEndpointsSupplier, CorsEndpointProperties corsProperties, WebEndpointProperties webEndpointProperties, EndpointAccessResolver endpointAccessResolver) Deprecated, for removal: This API element is subject to removal in a future version.WebFluxEndpointManagementContextConfiguration.webEndpointReactiveHandlerMapping(WebEndpointsSupplier webEndpointsSupplier, ControllerEndpointsSupplier controllerEndpointsSupplier, EndpointMediaTypes endpointMediaTypes, CorsEndpointProperties corsProperties, WebEndpointProperties webEndpointProperties, Environment environment)