public class CallbackImpl extends ExtensibleTreeMap<org.eclipse.microprofile.openapi.models.PathItem,org.eclipse.microprofile.openapi.models.callbacks.Callback> implements org.eclipse.microprofile.openapi.models.callbacks.Callback
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>extensions| Constructor and Description |
|---|
CallbackImpl() |
CallbackImpl(Map<String,? extends org.eclipse.microprofile.openapi.models.PathItem> items) |
| Modifier and Type | Method and Description |
|---|---|
org.eclipse.microprofile.openapi.models.callbacks.Callback |
addPathItem(String name,
org.eclipse.microprofile.openapi.models.PathItem item) |
Map<String,org.eclipse.microprofile.openapi.models.PathItem> |
getPathItems() |
String |
getRef() |
static void |
merge(org.eclipse.microprofile.openapi.annotations.callbacks.Callback from,
org.eclipse.microprofile.openapi.models.callbacks.Callback to,
boolean override,
Map<String,org.eclipse.microprofile.openapi.models.media.Schema> currentSchemas) |
void |
removePathItem(String name) |
void |
setPathItems(Map<String,org.eclipse.microprofile.openapi.models.PathItem> items) |
void |
setRef(String ref) |
addExtension, getExtensions, removeExtension, setExtensionsceilingEntry, ceilingKey, clear, clone, comparator, containsKey, containsValue, descendingKeySet, descendingMap, entrySet, firstEntry, firstKey, floorEntry, floorKey, forEach, get, headMap, headMap, higherEntry, higherKey, keySet, lastEntry, lastKey, lowerEntry, lowerKey, navigableKeySet, pollFirstEntry, pollLastEntry, put, putAll, remove, replace, replace, replaceAll, size, subMap, subMap, tailMap, tailMap, valuesequals, hashCode, isEmpty, toStringfinalize, getClass, notify, notifyAll, wait, wait, waitcontainsKey, get, getPathItem, hasPathItem, put, putAll, removeaddExtension, extensions, getExtensions, removeExtension, setExtensionsclear, compute, computeIfAbsent, computeIfPresent, containsValue, entrySet, equals, forEach, getOrDefault, hashCode, isEmpty, keySet, merge, putIfAbsent, remove, replace, replace, replaceAll, size, valuespublic org.eclipse.microprofile.openapi.models.callbacks.Callback addPathItem(String name, org.eclipse.microprofile.openapi.models.PathItem item)
addPathItem in interface org.eclipse.microprofile.openapi.models.callbacks.Callbackpublic void removePathItem(String name)
removePathItem in interface org.eclipse.microprofile.openapi.models.callbacks.Callbackpublic Map<String,org.eclipse.microprofile.openapi.models.PathItem> getPathItems()
getPathItems in interface org.eclipse.microprofile.openapi.models.callbacks.Callbackpublic void setPathItems(Map<String,org.eclipse.microprofile.openapi.models.PathItem> items)
setPathItems in interface org.eclipse.microprofile.openapi.models.callbacks.Callbackpublic String getRef()
getRef in interface org.eclipse.microprofile.openapi.models.Reference<org.eclipse.microprofile.openapi.models.callbacks.Callback>public void setRef(String ref)
setRef in interface org.eclipse.microprofile.openapi.models.Reference<org.eclipse.microprofile.openapi.models.callbacks.Callback>Copyright © 2019. All rights reserved.