Interface EntityListUnionValue<T extends Node>
-
- All Superinterfaces:
ListUnionValue<T>,UnionValue<List<T>>
- All Known Subinterfaces:
SchemaListUnionValue
- All Known Implementing Classes:
EntityListUnionValueImpl,SchemaListUnionValueImpl
public interface EntityListUnionValue<T extends Node> extends ListUnionValue<T>
-
-
Method Summary
-
Methods inherited from interface io.apicurio.datamodels.models.union.UnionValue
getValue, isList, isMap, setValue
-
-