Class Callback
- java.lang.Object
-
- java.util.AbstractMap<K,V>
-
- java.util.HashMap<K,V>
-
- java.util.LinkedHashMap<String,PathItem>
-
- io.swagger.v3.oas.models.callbacks.Callback
-
- All Implemented Interfaces:
Serializable
,Cloneable
,Map<String,PathItem>
public class Callback extends LinkedHashMap<String,PathItem>
Callback- See Also:
- "https://github.com/OAI/OpenAPI-Specification/blob/3.0.1/versions/3.0.1.md#callbackObject", "https://github.com/OAI/OpenAPI-Specification/blob/3.1.0/versions/3.1.0.md#callbackObject", Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class java.util.AbstractMap
AbstractMap.SimpleEntry<K extends Object,V extends Object>, AbstractMap.SimpleImmutableEntry<K extends Object,V extends Object>
-
-
Constructor Summary
Constructors Constructor Description Callback()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Callback
$ref(String $ref)
void
addExtension(String name, Object value)
void
addExtension31(String name, Object value)
Callback
addPathItem(String name, PathItem item)
boolean
equals(Object o)
Callback
extensions(Map<String,Object> extensions)
String
get$ref()
Map<String,Object>
getExtensions()
int
hashCode()
void
set$ref(String $ref)
void
setExtensions(Map<String,Object> extensions)
String
toString()
-
Methods inherited from class java.util.LinkedHashMap
clear, containsValue, entrySet, forEach, get, getOrDefault, keySet, removeEldestEntry, replaceAll, values
-
Methods inherited from class java.util.HashMap
clone, compute, computeIfAbsent, computeIfPresent, containsKey, isEmpty, merge, put, putAll, putIfAbsent, remove, remove, replace, replace, size
-
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface java.util.Map
compute, computeIfAbsent, computeIfPresent, containsKey, isEmpty, merge, put, putAll, putIfAbsent, remove, remove, replace, replace, size
-
-