Uses of Interface
io.apicurio.datamodels.models.asyncapi.v30.AsyncApi30Operation
-
Packages that use AsyncApi30Operation Package Description io.apicurio.datamodels.models.asyncapi.v30 io.apicurio.datamodels.models.asyncapi.v30.io -
-
Uses of AsyncApi30Operation in io.apicurio.datamodels.models.asyncapi.v30
Classes in io.apicurio.datamodels.models.asyncapi.v30 that implement AsyncApi30Operation Modifier and Type Class Description classAsyncApi30OperationImplMethods in io.apicurio.datamodels.models.asyncapi.v30 that return AsyncApi30Operation Modifier and Type Method Description AsyncApi30OperationAsyncApi30Components. createOperation()AsyncApi30OperationAsyncApi30ComponentsImpl. createOperation()AsyncApi30OperationAsyncApi30Operations. createOperation()AsyncApi30OperationAsyncApi30OperationsImpl. createOperation()AsyncApi30OperationAsyncApi30OperationsImpl. getItem(String name)AsyncApi30OperationAsyncApi30OperationsImpl. removeItem(String name)Methods in io.apicurio.datamodels.models.asyncapi.v30 that return types with arguments of type AsyncApi30Operation Modifier and Type Method Description List<AsyncApi30Operation>AsyncApi30OperationsImpl. getItems()Map<String,AsyncApi30Operation>AsyncApi30Components. getOperations()Map<String,AsyncApi30Operation>AsyncApi30ComponentsImpl. getOperations()Methods in io.apicurio.datamodels.models.asyncapi.v30 with parameters of type AsyncApi30Operation Modifier and Type Method Description voidAsyncApi30OperationsImpl. addItem(String name, AsyncApi30Operation item)voidAsyncApi30Components. addOperation(String name, AsyncApi30Operation value)voidAsyncApi30ComponentsImpl. addOperation(String name, AsyncApi30Operation value)voidAsyncApi30OperationsImpl. insertItem(String name, AsyncApi30Operation item, int atIndex)voidAsyncApi30Components. insertOperation(String name, AsyncApi30Operation value, int atIndex)voidAsyncApi30ComponentsImpl. insertOperation(String name, AsyncApi30Operation value, int atIndex) -
Uses of AsyncApi30Operation in io.apicurio.datamodels.models.asyncapi.v30.io
Methods in io.apicurio.datamodels.models.asyncapi.v30.io with parameters of type AsyncApi30Operation Modifier and Type Method Description voidAsyncApi30ModelReader. readOperation(com.fasterxml.jackson.databind.node.ObjectNode json, AsyncApi30Operation node)voidAsyncApi30ModelWriter. writeOperation(AsyncApi30Operation node, com.fasterxml.jackson.databind.node.ObjectNode json)
-