Class ExtendableObject
java.lang.Object
io.github.springwolf.asyncapi.v3.model.ExtendableObject
- Direct Known Subclasses:
AsyncAPI,ChannelBinding,ChannelObject,ChannelParameter,Components,Contact,CorrelationID,ExternalDocumentation,Info,License,MessageBinding,MessageExample,MessageObject,MessageTrait,MultiFormatSchema,OAuthFlow,OAuthFlows,Operation,OperationBinding,OperationReply,OperationReplyAddress,OperationTraits,SchemaObject,SecurityScheme,Server,ServerBinding,ServerVariable,Tag
-
Field Summary
FieldsModifier and TypeFieldDescriptionExtension fields in the form x-extension-field-name for the exposed API. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected final voidreadExtensionProperty(String name, Object value)
-
Field Details
-
extensionFields
Extension fields in the form x-extension-field-name for the exposed API.
-
-
Constructor Details
-
ExtendableObject
public ExtendableObject()
-
-
Method Details
-
readExtensionProperty
-