| Modifier and Type | Method and Description |
|---|---|
static HTTPMethod |
HTTPMethod.fromString(String method) |
static HTTPMethod |
HTTPMethod.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static HTTPMethod[] |
HTTPMethod.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Operation.setHttpMethod(HTTPMethod httpMethod) |
OperationBuilder |
OperationBuilder.withHttpMethod(HTTPMethod method) |
| Modifier and Type | Method and Description |
|---|---|
protected static String |
ParserUtils.getCanonicalOperationName(HTTPMethod method,
String path,
String friendlyName,
String annotatedName) |
Copyright © 2022. All rights reserved.