| Package | Description |
|---|---|
| org.eclipse.microprofile.openapi |
Copyright (c) 2017 Contributors to the Eclipse Foundation
|
| org.eclipse.microprofile.openapi.models |
Copyright (c) 2017 Contributors to the Eclipse Foundation
|
| org.eclipse.microprofile.openapi.models.callbacks |
Copyright (c) 2017 Contributors to the Eclipse Foundation
|
| Modifier and Type | Method and Description |
|---|---|
default Callback |
OASFilter.filterCallback(Callback callback)
Allows filtering of a particular Callback.
|
| Modifier and Type | Method and Description |
|---|---|
default Callback |
OASFilter.filterCallback(Callback callback)
Allows filtering of a particular Callback.
|
| Modifier and Type | Method and Description |
|---|---|
Map<String,Callback> |
Operation.getCallbacks()
Returns the callbacks property from an Operation instance.
|
Map<String,Callback> |
Components.getCallbacks()
Returns the callbacks property from a Components instance.
|
| Modifier and Type | Method and Description |
|---|---|
Components |
Components.addCallback(String key,
Callback callback)
Adds the given callback to this Components' map of callbacks with the given string as its key.
|
| Modifier and Type | Method and Description |
|---|---|
Operation |
Operation.callbacks(Map<String,Callback> callbacks)
Sets this Operation's callbacks property to the given map.
|
Components |
Components.callbacks(Map<String,Callback> callbacks)
Sets this Components' callbacks property to the given Map containing keys and reusable callback objects.
|
void |
Operation.setCallbacks(Map<String,Callback> callbacks)
Sets this Operation's callbacks property to the given map.
|
void |
Components.setCallbacks(Map<String,Callback> callbacks)
Sets this Components' callbacks property to the given Map containing keys and reusable callback objects.
|
| Modifier and Type | Method and Description |
|---|---|
Callback |
Callback.addPathItem(String name,
PathItem pathItem)
Adds the given PathItem to this Callback's list of PathItems using the string as its key.
|
Copyright © 2018. All rights reserved.