Uses of Interface
io.apicurio.datamodels.models.union.Union
-
-
Uses of Union in io.apicurio.datamodels.models
Subinterfaces of Union in io.apicurio.datamodels.models Modifier and Type Interface Description interfaceSchema -
Uses of Union in io.apicurio.datamodels.models.asyncapi
Subinterfaces of Union in io.apicurio.datamodels.models.asyncapi Modifier and Type Interface Description interfaceAsyncApiSchema -
Uses of Union in io.apicurio.datamodels.models.asyncapi.v20
Subinterfaces of Union in io.apicurio.datamodels.models.asyncapi.v20 Modifier and Type Interface Description interfaceAsyncApi20SchemaClasses in io.apicurio.datamodels.models.asyncapi.v20 that implement Union Modifier and Type Class Description classAsyncApi20SchemaImpl -
Uses of Union in io.apicurio.datamodels.models.asyncapi.v21
Subinterfaces of Union in io.apicurio.datamodels.models.asyncapi.v21 Modifier and Type Interface Description interfaceAsyncApi21SchemaClasses in io.apicurio.datamodels.models.asyncapi.v21 that implement Union Modifier and Type Class Description classAsyncApi21SchemaImpl -
Uses of Union in io.apicurio.datamodels.models.asyncapi.v22
Subinterfaces of Union in io.apicurio.datamodels.models.asyncapi.v22 Modifier and Type Interface Description interfaceAsyncApi22SchemaClasses in io.apicurio.datamodels.models.asyncapi.v22 that implement Union Modifier and Type Class Description classAsyncApi22SchemaImpl -
Uses of Union in io.apicurio.datamodels.models.asyncapi.v23
Subinterfaces of Union in io.apicurio.datamodels.models.asyncapi.v23 Modifier and Type Interface Description interfaceAsyncApi23SchemaClasses in io.apicurio.datamodels.models.asyncapi.v23 that implement Union Modifier and Type Class Description classAsyncApi23SchemaImpl -
Uses of Union in io.apicurio.datamodels.models.asyncapi.v24
Subinterfaces of Union in io.apicurio.datamodels.models.asyncapi.v24 Modifier and Type Interface Description interfaceAsyncApi24SchemaClasses in io.apicurio.datamodels.models.asyncapi.v24 that implement Union Modifier and Type Class Description classAsyncApi24SchemaImpl -
Uses of Union in io.apicurio.datamodels.models.asyncapi.v25
Subinterfaces of Union in io.apicurio.datamodels.models.asyncapi.v25 Modifier and Type Interface Description interfaceAsyncApi25SchemaClasses in io.apicurio.datamodels.models.asyncapi.v25 that implement Union Modifier and Type Class Description classAsyncApi25SchemaImpl -
Uses of Union in io.apicurio.datamodels.models.asyncapi.v26
Subinterfaces of Union in io.apicurio.datamodels.models.asyncapi.v26 Modifier and Type Interface Description interfaceAsyncApi26SchemaClasses in io.apicurio.datamodels.models.asyncapi.v26 that implement Union Modifier and Type Class Description classAsyncApi26SchemaImpl -
Uses of Union in io.apicurio.datamodels.models.asyncapi.v30
Subinterfaces of Union in io.apicurio.datamodels.models.asyncapi.v30 Modifier and Type Interface Description interfaceAsyncApi30MultiFormatSchemainterfaceAsyncApi30SchemaClasses in io.apicurio.datamodels.models.asyncapi.v30 that implement Union Modifier and Type Class Description classAsyncApi30MultiFormatSchemaImplclassAsyncApi30SchemaImpl -
Uses of Union in io.apicurio.datamodels.models.openapi
Subinterfaces of Union in io.apicurio.datamodels.models.openapi Modifier and Type Interface Description interfaceOpenApiSchema -
Uses of Union in io.apicurio.datamodels.models.openapi.v20
Subinterfaces of Union in io.apicurio.datamodels.models.openapi.v20 Modifier and Type Interface Description interfaceOpenApi20SchemaClasses in io.apicurio.datamodels.models.openapi.v20 that implement Union Modifier and Type Class Description classOpenApi20SchemaImpl -
Uses of Union in io.apicurio.datamodels.models.openapi.v30
Subinterfaces of Union in io.apicurio.datamodels.models.openapi.v30 Modifier and Type Interface Description interfaceOpenApi30SchemaClasses in io.apicurio.datamodels.models.openapi.v30 that implement Union Modifier and Type Class Description classOpenApi30SchemaImpl -
Uses of Union in io.apicurio.datamodels.models.openapi.v31
Subinterfaces of Union in io.apicurio.datamodels.models.openapi.v31 Modifier and Type Interface Description interfaceOpenApi31SchemaClasses in io.apicurio.datamodels.models.openapi.v31 that implement Union Modifier and Type Class Description classOpenApi31SchemaImpl -
Uses of Union in io.apicurio.datamodels.models.union
Subinterfaces of Union in io.apicurio.datamodels.models.union Modifier and Type Interface Description interfaceAnySchemaUnioninterfaceAnyUnionValueinterfaceBooleanSchemaUnioninterfaceBooleanUnionValueinterfaceMultiFormatSchemaSchemaUnioninterfaceSchemaListUnionValueinterfaceSchemaSchemaListUnioninterfaceStringListUnionValueinterfaceStringStringListUnioninterfaceStringUnionValueClasses in io.apicurio.datamodels.models.union that implement Union Modifier and Type Class Description classAnyUnionValueImplclassBooleanUnionValueImplclassEntityListUnionValueImpl<T extends Node>classEntityMapUnionValueImpl<T extends Node>classListUnionValueImpl<T>classMapUnionValueImpl<T>classObjectUnionValueImplclassPrimitiveUnionValueImpl<T>classSchemaListUnionValueImplclassStringListUnionValueImplclassStringUnionValueImplclassUnionValueImpl<T>Base class for all union value implementations. -
Uses of Union in io.apicurio.datamodels.models.visitors
Methods in io.apicurio.datamodels.models.visitors with parameters of type Union Modifier and Type Method Description protected voidAbstractTraverser. traverseUnion(String propertyName, Union union)Traverse a union property.
-