 |
- java.lang.Object
-
- org.springframework.boot.actuate.endpoint.web.WebOperationRequestPredicate
-
-
Constructor Detail
-
WebOperationRequestPredicate
public WebOperationRequestPredicate(String path,
WebEndpointHttpMethod httpMethod,
Collection<String> consumes,
Collection<String> produces)
Creates a new OperationRequestPredicate .
- Parameters:
path - the path for the operation
httpMethod - the HTTP method that the operation supports
produces - the media types that the operation produces
consumes - the media types that the operation consumes
|
|