Uses of Interface
dev.omnist.schema.Type
Packages that use Type
Package
Description
OSD (Omnist Schema Definition) modeling and I/O: the
Schema
type model — records, fields, scalar kinds — plus the lexer, parser, and writer
that read and write schemas in their canonical text form (omnist-spec §5).-
Uses of Type in dev.omnist.schema
Classes in dev.omnist.schema that implement TypeModifier and TypeClassDescriptionstatic final recordThe openanytype: accepts any value unchecked (omnist-spec §5.3.3).static final recordA field typed as a reference to another record in the same schema (omnist-spec §5.3.2).static final recordA field typed as one of the seven scalar kinds, optionally nullable.Methods in dev.omnist.schema that return TypeConstructors in dev.omnist.schema with parameters of type Type