Package | Description |
---|---|
org.springframework.boot.actuate.endpoint.web |
Web support for actuator endpoints.
|
Modifier and Type | Method and Description |
---|---|
WebEndpointHttpMethod |
WebOperationRequestPredicate.getHttpMethod()
Returns the HTTP method for the operation.
|
static WebEndpointHttpMethod |
WebEndpointHttpMethod.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static WebEndpointHttpMethod[] |
WebEndpointHttpMethod.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
WebOperationRequestPredicate(String path,
WebEndpointHttpMethod httpMethod,
Collection<String> consumes,
Collection<String> produces)
Creates a new
OperationRequestPredicate . |
Copyright © 2019 Pivotal Software, Inc.. All rights reserved.