Interface MultiFormatSchemaSchemaUnion
-
- All Known Subinterfaces:
AsyncApi30MultiFormatSchema,AsyncApi30Schema
- All Known Implementing Classes:
AsyncApi30MultiFormatSchemaImpl,AsyncApi30SchemaImpl
public interface MultiFormatSchemaSchemaUnion extends Union
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AsyncApi30MultiFormatSchemaasMultiFormatSchema()SchemaasSchema()booleanisMultiFormatSchema()booleanisSchema()-
Methods inherited from interface io.apicurio.datamodels.models.union.Union
isEntity, isEntityList, isEntityMap, unionValue
-
-
-
-
Method Detail
-
isMultiFormatSchema
boolean isMultiFormatSchema()
-
asMultiFormatSchema
AsyncApi30MultiFormatSchema asMultiFormatSchema()
-
isSchema
boolean isSchema()
-
asSchema
Schema asSchema()
-
-