| Package | Description |
|---|---|
| org.eclipse.microprofile.openapi.models |
Copyright (c) 2017 Contributors to the Eclipse Foundation
|
| Modifier and Type | Method and Description |
|---|---|
static PathItem.HttpMethod |
PathItem.HttpMethod.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PathItem.HttpMethod[] |
PathItem.HttpMethod.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
Map<PathItem.HttpMethod,Operation> |
PathItem.readOperationsMap()
Returns a map with all the operations for this path where the keys are HttpMethods.
|
Copyright © 2018. All rights reserved.