Class MapUnionValueImpl<T>
- java.lang.Object
-
- io.apicurio.datamodels.models.union.UnionValueImpl<Map<String,T>>
-
- io.apicurio.datamodels.models.union.MapUnionValueImpl<T>
-
- All Implemented Interfaces:
MapUnionValue<T>,Union,UnionValue<Map<String,T>>,Visitable
- Direct Known Subclasses:
EntityMapUnionValueImpl
public abstract class MapUnionValueImpl<T> extends UnionValueImpl<Map<String,T>> implements MapUnionValue<T>
-
-
Constructor Summary
Constructors Constructor Description MapUnionValueImpl()MapUnionValueImpl(Map<String,T> value)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanisMap()-
Methods inherited from class io.apicurio.datamodels.models.union.UnionValueImpl
accept, getValue, isEntity, isEntityList, isEntityMap, isList, 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, setValue
-
-