Uses of Interface
org.springframework.boot.actuate.endpoint.web.PathMappedEndpoint
Packages that use PathMappedEndpoint
Package
Description
Web support for actuator endpoints.
Annotation support for actuator web endpoints.
-
Uses of PathMappedEndpoint in org.springframework.boot.actuate.endpoint.web
Subinterfaces of PathMappedEndpoint in org.springframework.boot.actuate.endpoint.webModifier and TypeInterfaceDescriptioninterfaceDeprecated, for removal: This API element is subject to removal in a future version.interfaceInformation describing an endpoint that can be exposed over the web.Classes in org.springframework.boot.actuate.endpoint.web that implement interfaces with type arguments of type PathMappedEndpointMethods in org.springframework.boot.actuate.endpoint.web that return PathMappedEndpointModifier and TypeMethodDescription@Nullable PathMappedEndpointPathMappedEndpoints.getEndpoint(EndpointId endpointId) Return thePathMappedEndpointwith the given ID ornullif the endpoint cannot be found.Methods in org.springframework.boot.actuate.endpoint.web that return types with arguments of type PathMappedEndpointModifier and TypeMethodDescriptionPathMappedEndpoints.iterator()PathMappedEndpoints.stream()Stream allpath mapped endpoints. -
Uses of PathMappedEndpoint in org.springframework.boot.actuate.endpoint.web.annotation
Subinterfaces of PathMappedEndpoint in org.springframework.boot.actuate.endpoint.web.annotationModifier and TypeInterfaceDescriptioninterfaceDeprecated, for removal: This API element is subject to removal in a future version.since 3.3.3 in favor of@Endpointand@WebEndpointsupport
@Endpointand@WebEndpoint