public class PathsImpl extends LinkedHashMap<String,PathItem> implements ModelImpl
Paths OpenAPI model interface.AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| Constructor and Description |
|---|
PathsImpl() |
| Modifier and Type | Method and Description |
|---|---|
void |
addExtension(String name,
Object value) |
Paths |
addPathItem(String name,
PathItem item) |
Map<String,Object> |
getExtensions() |
void |
setExtensions(Map<String,Object> extensions) |
clear, containsValue, entrySet, forEach, get, getOrDefault, keySet, replaceAll, valuesclone, compute, computeIfAbsent, computeIfPresent, containsKey, isEmpty, merge, put, putAll, putIfAbsent, remove, remove, replace, replace, sizeequals, hashCode, toStringcompute, computeIfAbsent, computeIfPresent, containsKey, equals, hashCode, isEmpty, merge, put, putAll, putIfAbsent, remove, remove, replace, replace, sizepublic Map<String,Object> getExtensions()
org.eclipse.microprofile.openapi.models.Extensible#getExtensions()public void addExtension(String name, Object value)
org.eclipse.microprofile.openapi.models.Extensible#addExtension(java.lang.String, java.lang.Object)public void setExtensions(Map<String,Object> extensions)
org.eclipse.microprofile.openapi.models.Extensible#setExtensions(java.util.Map)public Paths addPathItem(String name, PathItem item)
org.eclipse.microprofile.openapi.models.Paths#addPathItem(java.lang.String, org.eclipse.microprofile.openapi.models.PathItem)Copyright © 2018 JBoss by Red Hat. All rights reserved.