Interface AsyncApi24Binding
-
- All Superinterfaces:
AsyncApi24Extensible,AsyncApiBinding,AsyncApiExtensible,Extensible,MappedNode<com.fasterxml.jackson.databind.JsonNode>,Node,Visitable
- All Known Implementing Classes:
AsyncApi24BindingImpl
public interface AsyncApi24Binding extends AsyncApiBinding, AsyncApi24Extensible
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidaddExtension(String name, com.fasterxml.jackson.databind.JsonNode value)voidclearExtensions()Map<String,com.fasterxml.jackson.databind.JsonNode>getExtensions()voidinsertExtension(String name, com.fasterxml.jackson.databind.JsonNode value, int atIndex)voidremoveExtension(String name)-
Methods inherited from interface io.apicurio.datamodels.models.MappedNode
addItem, clearItems, getItem, getItemNames, getItems, insertItem, removeItem
-
Methods inherited from interface io.apicurio.datamodels.models.Node
addExtraProperty, attach, clearNodeAttributes, emptyClone, getExtraProperty, getExtraPropertyNames, getNodeAttribute, getNodeAttributeNames, hasExtraProperties, isAttached, mapPropertyName, modelId, parent, parentPropertyName, parentPropertyType, removeExtraProperty, root, setNodeAttribute
-
-
-
-
Method Detail
-
getExtensions
Map<String,com.fasterxml.jackson.databind.JsonNode> getExtensions()
- Specified by:
getExtensionsin interfaceExtensible
-
addExtension
void addExtension(String name, com.fasterxml.jackson.databind.JsonNode value)
- Specified by:
addExtensionin interfaceExtensible
-
clearExtensions
void clearExtensions()
- Specified by:
clearExtensionsin interfaceExtensible
-
removeExtension
void removeExtension(String name)
- Specified by:
removeExtensionin interfaceExtensible
-
insertExtension
void insertExtension(String name, com.fasterxml.jackson.databind.JsonNode value, int atIndex)
- Specified by:
insertExtensionin interfaceExtensible
-
-