public class PathsImpl extends ExtensibleImpl<org.eclipse.microprofile.openapi.models.Paths> implements org.eclipse.microprofile.openapi.models.Paths, ModelImpl, MapModel<org.eclipse.microprofile.openapi.models.PathItem>
Paths OpenAPI model interface.| Constructor and Description |
|---|
PathsImpl() |
| Modifier and Type | Method and Description |
|---|---|
org.eclipse.microprofile.openapi.models.Paths |
addPathItem(String name,
org.eclipse.microprofile.openapi.models.PathItem item) |
boolean |
containsKey(Object key) |
org.eclipse.microprofile.openapi.models.PathItem |
get(Object key) |
Map<String,org.eclipse.microprofile.openapi.models.PathItem> |
getMap() |
Map<String,org.eclipse.microprofile.openapi.models.PathItem> |
getPathItems() |
org.eclipse.microprofile.openapi.models.PathItem |
put(String key,
org.eclipse.microprofile.openapi.models.PathItem value) |
void |
putAll(Map<? extends String,? extends org.eclipse.microprofile.openapi.models.PathItem> m) |
org.eclipse.microprofile.openapi.models.PathItem |
remove(Object key) |
void |
removePathItem(String name) |
void |
setMap(Map<String,org.eclipse.microprofile.openapi.models.PathItem> map) |
void |
setPathItems(Map<String,org.eclipse.microprofile.openapi.models.PathItem> items) |
addExtension, getExtensions, removeExtension, setExtensionsclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetPathItem, hasPathItemaddExtension, extensions, getExtensions, removeExtension, setExtensionsclear, containsValue, entrySet, invoke, invokeFunction, isEmpty, keySet, size, valuescompute, computeIfAbsent, computeIfPresent, equals, forEach, getOrDefault, hashCode, merge, putIfAbsent, remove, replace, replace, replaceAllpublic org.eclipse.microprofile.openapi.models.Paths addPathItem(String name, org.eclipse.microprofile.openapi.models.PathItem item)
addPathItem in interface org.eclipse.microprofile.openapi.models.PathsPaths.addPathItem(java.lang.String,
org.eclipse.microprofile.openapi.models.PathItem)public void removePathItem(String name)
removePathItem in interface org.eclipse.microprofile.openapi.models.PathsPaths.removePathItem(java.lang.String)public Map<String,org.eclipse.microprofile.openapi.models.PathItem> getPathItems()
getPathItems in interface org.eclipse.microprofile.openapi.models.PathsPaths.getPathItems()public void setPathItems(Map<String,org.eclipse.microprofile.openapi.models.PathItem> items)
setPathItems in interface org.eclipse.microprofile.openapi.models.PathsPaths.setPathItems(java.util.Map)public org.eclipse.microprofile.openapi.models.PathItem get(Object key)
public boolean containsKey(Object key)
containsKey in interface MapModel<org.eclipse.microprofile.openapi.models.PathItem>containsKey in interface Map<String,org.eclipse.microprofile.openapi.models.PathItem>containsKey in interface org.eclipse.microprofile.openapi.models.Pathspublic org.eclipse.microprofile.openapi.models.PathItem put(String key, org.eclipse.microprofile.openapi.models.PathItem value)
public void putAll(Map<? extends String,? extends org.eclipse.microprofile.openapi.models.PathItem> m)
public org.eclipse.microprofile.openapi.models.PathItem remove(Object key)
Copyright © 2018–2021. All rights reserved.