Interface SchemaSchemaListUnion
-
- All Known Subinterfaces:
AsyncApi20Schema,AsyncApi21Schema,AsyncApi22Schema,AsyncApi23Schema,AsyncApi24Schema,AsyncApi25Schema,AsyncApi26Schema,AsyncApi30Schema,AsyncApiSchema,OpenApi20Schema,SchemaListUnionValue
- All Known Implementing Classes:
AsyncApi20SchemaImpl,AsyncApi21SchemaImpl,AsyncApi22SchemaImpl,AsyncApi23SchemaImpl,AsyncApi24SchemaImpl,AsyncApi25SchemaImpl,AsyncApi26SchemaImpl,AsyncApi30SchemaImpl,OpenApi20SchemaImpl,SchemaListUnionValueImpl
public interface SchemaSchemaListUnion extends Union
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description SchemaasSchema()List<Schema>asSchemaList()booleanisSchema()booleanisSchemaList()-
Methods inherited from interface io.apicurio.datamodels.models.union.Union
isEntity, isEntityList, isEntityMap, unionValue
-
-