Package pl.metaprogramming.model.data
Class MapType
-
-
Field Summary
Fields Modifier and Type Field Description private final DataSchemavaluesSchemaprivate final BooleanisEnumprivate final BooleanisEnumOrItemEnumprivate final BooleanisObjectprivate final BooleanisBinaryprivate final BooleanisArrayprivate final BooleanisMapprivate final ArrayTypearrayTypeprivate final MapTypemapTypeprivate final ObjectTypeobjectTypeprivate final EnumTypeenumTypeprivate final DataTypeCodetypeCode
-
Constructor Summary
Constructors Constructor Description MapType(DataSchema valuesSchema)
-
Method Summary
Modifier and Type Method Description final DataSchemagetValuesSchema()-
Methods inherited from class pl.metaprogramming.model.data.DataType
asArray, asArray, asSchema, asSchema, getArrayType, getEnumType, getMapType, getObjectType, getTypeCode, is, isArray, isBinary, isComplex, isEnum, isEnumOrItemEnum, isMap, isNumber, isNumberOrBoolean, isObject, isTypeOrItemType, toString -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Constructor Detail
-
MapType
MapType(DataSchema valuesSchema)
-
-
Method Detail
-
getValuesSchema
final DataSchema getValuesSchema()
-
-
-
-