Class EntityListUnionValueImpl<T extends Node>
- java.lang.Object
-
- io.apicurio.datamodels.models.union.UnionValueImpl<List<T>>
-
- io.apicurio.datamodels.models.union.ListUnionValueImpl<T>
-
- io.apicurio.datamodels.models.union.EntityListUnionValueImpl<T>
-
- All Implemented Interfaces:
EntityListUnionValue<T>,ListUnionValue<T>,Union,UnionValue<List<T>>,Visitable
- Direct Known Subclasses:
SchemaListUnionValueImpl
public class EntityListUnionValueImpl<T extends Node> extends ListUnionValueImpl<T> implements EntityListUnionValue<T>
-
-
Constructor Summary
Constructors Constructor Description EntityListUnionValueImpl()EntityListUnionValueImpl(List<T> value)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanisEntityList()-
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.UnionValue
getValue, isList, isMap, setValue
-
-
-
-
Method Detail
-
isEntityList
public boolean isEntityList()
- Specified by:
isEntityListin interfaceUnion- Overrides:
isEntityListin classUnionValueImpl<List<T extends Node>>
-
-