public class PathsImpl extends ExtensibleTreeMap<org.eclipse.microprofile.openapi.models.PathItem,org.eclipse.microprofile.openapi.models.Paths> implements org.eclipse.microprofile.openapi.models.Paths
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>
extensions
Constructor and Description |
---|
PathsImpl() |
PathsImpl(Map<String,? extends org.eclipse.microprofile.openapi.models.PathItem> items) |
Modifier and Type | Method and Description |
---|---|
org.eclipse.microprofile.openapi.models.Paths |
addPathItem(String name,
org.eclipse.microprofile.openapi.models.PathItem item) |
Map<String,org.eclipse.microprofile.openapi.models.PathItem> |
getPathItems() |
static void |
merge(org.eclipse.microprofile.openapi.models.Paths from,
org.eclipse.microprofile.openapi.models.Paths to,
boolean override) |
void |
removePathItem(String name) |
void |
setPathItems(Map<String,org.eclipse.microprofile.openapi.models.PathItem> items) |
addExtension, getExtensions, removeExtension, setExtensions
ceilingEntry, 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, values
equals, hashCode, isEmpty, toString
finalize, getClass, notify, notifyAll, wait, wait, wait
containsKey, get, getPathItem, hasPathItem, put, putAll, remove
addExtension, extensions, getExtensions, removeExtension, setExtensions
clear, compute, computeIfAbsent, computeIfPresent, containsValue, entrySet, equals, forEach, getOrDefault, hashCode, isEmpty, keySet, merge, putIfAbsent, remove, replace, replace, replaceAll, size, values
public org.eclipse.microprofile.openapi.models.Paths addPathItem(String name, org.eclipse.microprofile.openapi.models.PathItem item)
addPathItem
in interface org.eclipse.microprofile.openapi.models.Paths
public void removePathItem(String name)
removePathItem
in interface org.eclipse.microprofile.openapi.models.Paths
public Map<String,org.eclipse.microprofile.openapi.models.PathItem> getPathItems()
getPathItems
in interface org.eclipse.microprofile.openapi.models.Paths
public void setPathItems(Map<String,org.eclipse.microprofile.openapi.models.PathItem> items)
setPathItems
in interface org.eclipse.microprofile.openapi.models.Paths
public static void merge(org.eclipse.microprofile.openapi.models.Paths from, org.eclipse.microprofile.openapi.models.Paths to, boolean override)
Copyright © 2019. All rights reserved.