Interface Union
-
- All Superinterfaces:
Visitable
- All Known Subinterfaces:
AnySchemaUnion,AnyUnionValue,AsyncApi20Schema,AsyncApi21Schema,AsyncApi22Schema,AsyncApi23Schema,AsyncApi24Schema,AsyncApi25Schema,AsyncApi26Schema,AsyncApi30MultiFormatSchema,AsyncApi30Schema,AsyncApiSchema,BooleanSchemaUnion,BooleanUnionValue,MultiFormatSchemaSchemaUnion,OpenApi20Schema,OpenApi30Schema,OpenApi31Schema,OpenApiSchema,Schema,SchemaListUnionValue,SchemaSchemaListUnion,StringListUnionValue,StringStringListUnion,StringUnionValue
- All Known Implementing Classes:
AnyUnionValueImpl,AsyncApi20SchemaImpl,AsyncApi21SchemaImpl,AsyncApi22SchemaImpl,AsyncApi23SchemaImpl,AsyncApi24SchemaImpl,AsyncApi25SchemaImpl,AsyncApi26SchemaImpl,AsyncApi30MultiFormatSchemaImpl,AsyncApi30SchemaImpl,BooleanUnionValueImpl,EntityListUnionValueImpl,EntityMapUnionValueImpl,ListUnionValueImpl,MapUnionValueImpl,ObjectUnionValueImpl,OpenApi20SchemaImpl,OpenApi30SchemaImpl,OpenApi31SchemaImpl,PrimitiveUnionValueImpl,SchemaListUnionValueImpl,StringListUnionValueImpl,StringUnionValueImpl,UnionValueImpl
public interface Union extends Visitable
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleanisEntity()booleanisEntityList()booleanisEntityMap()ObjectunionValue()
-
-
-
Method Detail
-
unionValue
Object unionValue()
-
isEntity
boolean isEntity()
-
isEntityList
boolean isEntityList()
-
isEntityMap
boolean isEntityMap()
-
-