Interface AnySchemaUnion
-
- All Known Subinterfaces:
AnyUnionValue,AsyncApi30Schema
- All Known Implementing Classes:
AnyUnionValueImpl,AsyncApi30SchemaImpl
public interface AnySchemaUnion extends Union
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description com.fasterxml.jackson.databind.JsonNodeasAny()SchemaasSchema()booleanisAny()booleanisSchema()-
Methods inherited from interface io.apicurio.datamodels.models.union.Union
isEntity, isEntityList, isEntityMap, unionValue
-
-
-
-
Method Detail
-
isAny
boolean isAny()
-
asAny
com.fasterxml.jackson.databind.JsonNode asAny()
-
isSchema
boolean isSchema()
-
asSchema
Schema asSchema()
-
-