Uses of Enum Class
org.springframework.boot.actuate.endpoint.web.WebEndpointHttpMethod
Package
Description
Web support for actuator endpoints.
-
Uses of WebEndpointHttpMethod in org.springframework.boot.actuate.endpoint.web
Modifier and TypeMethodDescriptionWebOperationRequestPredicate.getHttpMethod()
Returns the HTTP method for the operation.static WebEndpointHttpMethod
Returns the enum constant of this class with the specified name.static WebEndpointHttpMethod[]
WebEndpointHttpMethod.values()
Returns an array containing the constants of this enum class, in the order they are declared.ModifierConstructorDescriptionWebOperationRequestPredicate
(String path, WebEndpointHttpMethod httpMethod, Collection<String> consumes, Collection<String> produces) Creates a newOperationRequestPredicate
.