Class OpenApi31ExampleImpl
- java.lang.Object
-
- io.apicurio.datamodels.models.NodeImpl
-
- io.apicurio.datamodels.models.openapi.v31.OpenApi31ExampleImpl
-
- All Implemented Interfaces:
Extensible,Node,OpenApiExample,OpenApiExtensible,OpenApiReferenceable,OpenApi31Example,OpenApi31Extensible,OpenApi31Referenceable,Referenceable,Visitable
public class OpenApi31ExampleImpl extends NodeImpl implements OpenApi31Example
-
-
Constructor Summary
Constructors Constructor Description OpenApi31ExampleImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaccept(Visitor visitor)voidaddExtension(String name, com.fasterxml.jackson.databind.JsonNode value)voidclearExtensions()NodeemptyClone()Stringget$ref()StringgetDescription()Map<String,com.fasterxml.jackson.databind.JsonNode>getExtensions()StringgetExternalValue()StringgetSummary()com.fasterxml.jackson.databind.JsonNodegetValue()voidinsertExtension(String name, com.fasterxml.jackson.databind.JsonNode value, int atIndex)voidremoveExtension(String name)voidset$ref(String value)voidsetDescription(String value)voidsetExternalValue(String value)voidsetSummary(String value)voidsetValue(com.fasterxml.jackson.databind.JsonNode value)-
Methods inherited from class io.apicurio.datamodels.models.NodeImpl
_setMapPropertyName, _setParentPropertyName, _setParentPropertyType, addExtraProperty, attach, clearNodeAttributes, getExtraProperty, getExtraPropertyNames, getNodeAttribute, getNodeAttributeNames, hasExtraProperties, isAttached, isEntity, isEntityList, isEntityMap, mapPropertyName, modelId, parent, parentPropertyName, parentPropertyType, removeExtraProperty, root, setNodeAttribute, setParent
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface io.apicurio.datamodels.models.Node
addExtraProperty, attach, clearNodeAttributes, getExtraProperty, getExtraPropertyNames, getNodeAttribute, getNodeAttributeNames, hasExtraProperties, isAttached, mapPropertyName, modelId, parent, parentPropertyName, parentPropertyType, removeExtraProperty, root, setNodeAttribute
-
-
-
-
Method Detail
-
get$ref
public String get$ref()
- Specified by:
get$refin interfaceOpenApi31Example- Specified by:
get$refin interfaceReferenceable
-
set$ref
public void set$ref(String value)
- Specified by:
set$refin interfaceOpenApi31Example- Specified by:
set$refin interfaceReferenceable
-
getSummary
public String getSummary()
- Specified by:
getSummaryin interfaceOpenApi31Example- Specified by:
getSummaryin interfaceOpenApi31Referenceable
-
setSummary
public void setSummary(String value)
- Specified by:
setSummaryin interfaceOpenApi31Example- Specified by:
setSummaryin interfaceOpenApi31Referenceable
-
getDescription
public String getDescription()
- Specified by:
getDescriptionin interfaceOpenApi31Example- Specified by:
getDescriptionin interfaceOpenApi31Referenceable
-
setDescription
public void setDescription(String value)
- Specified by:
setDescriptionin interfaceOpenApi31Example- Specified by:
setDescriptionin interfaceOpenApi31Referenceable
-
getValue
public com.fasterxml.jackson.databind.JsonNode getValue()
- Specified by:
getValuein interfaceOpenApi31Example
-
setValue
public void setValue(com.fasterxml.jackson.databind.JsonNode value)
- Specified by:
setValuein interfaceOpenApi31Example
-
getExternalValue
public String getExternalValue()
- Specified by:
getExternalValuein interfaceOpenApi31Example
-
setExternalValue
public void setExternalValue(String value)
- Specified by:
setExternalValuein interfaceOpenApi31Example
-
getExtensions
public Map<String,com.fasterxml.jackson.databind.JsonNode> getExtensions()
- Specified by:
getExtensionsin interfaceExtensible- Specified by:
getExtensionsin interfaceOpenApi31Example
-
addExtension
public void addExtension(String name, com.fasterxml.jackson.databind.JsonNode value)
- Specified by:
addExtensionin interfaceExtensible- Specified by:
addExtensionin interfaceOpenApi31Example
-
clearExtensions
public void clearExtensions()
- Specified by:
clearExtensionsin interfaceExtensible- Specified by:
clearExtensionsin interfaceOpenApi31Example
-
removeExtension
public void removeExtension(String name)
- Specified by:
removeExtensionin interfaceExtensible- Specified by:
removeExtensionin interfaceOpenApi31Example
-
insertExtension
public void insertExtension(String name, com.fasterxml.jackson.databind.JsonNode value, int atIndex)
- Specified by:
insertExtensionin interfaceExtensible- Specified by:
insertExtensionin interfaceOpenApi31Example
-
emptyClone
public Node emptyClone()
- Specified by:
emptyClonein interfaceNode
-
-