Class SchemaListUnionValueImpl
- java.lang.Object
-
- io.apicurio.datamodels.models.union.UnionValueImpl<List<T>>
-
- io.apicurio.datamodels.models.union.ListUnionValueImpl<T>
-
- io.apicurio.datamodels.models.union.EntityListUnionValueImpl<Schema>
-
- io.apicurio.datamodels.models.union.SchemaListUnionValueImpl
-
- All Implemented Interfaces:
EntityListUnionValue<Schema>,ListUnionValue<Schema>,SchemaListUnionValue,SchemaSchemaListUnion,Union,UnionValue<List<Schema>>,Visitable
public class SchemaListUnionValueImpl extends EntityListUnionValueImpl<Schema> implements SchemaListUnionValue
-
-
Constructor Summary
Constructors Constructor Description SchemaListUnionValueImpl()SchemaListUnionValueImpl(List<Schema> value)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SchemaasSchema()List<Schema>asSchemaList()booleanisSchema()booleanisSchemaList()-
Methods inherited from class io.apicurio.datamodels.models.union.EntityListUnionValueImpl
isEntityList
-
Methods inherited from class io.apicurio.datamodels.models.union.ListUnionValueImpl
isList
-
Methods inherited from class io.apicurio.datamodels.models.union.UnionValueImpl
accept, getValue, isEntity, isEntityMap, isMap, setValue, unionValue
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface io.apicurio.datamodels.models.union.Union
isEntity, isEntityList, isEntityMap, unionValue
-
Methods inherited from interface io.apicurio.datamodels.models.union.UnionValue
getValue, isList, isMap, setValue
-
-
-
-
Method Detail
-
isSchema
public boolean isSchema()
- Specified by:
isSchemain interfaceSchemaSchemaListUnion
-
asSchema
public Schema asSchema()
- Specified by:
asSchemain interfaceSchemaSchemaListUnion
-
isSchemaList
public boolean isSchemaList()
- Specified by:
isSchemaListin interfaceSchemaSchemaListUnion
-
asSchemaList
public List<Schema> asSchemaList()
- Specified by:
asSchemaListin interfaceSchemaSchemaListUnion
-
-