See: Description
| Interface | Description |
|---|---|
| TypeInfo |
Type information interface which is returned from the generated zserio objects.
|
| TypeInfo.RecursiveTypeInfo.TypeInfoGetter |
Type info getter.
|
| Class | Description |
|---|---|
| CaseInfo |
Type information for choice type case.
|
| ColumnInfo |
Type information for SQL table column.
|
| FieldInfo |
Type information for compound type field.
|
| FunctionInfo |
Type information for compound type function.
|
| ItemInfo |
Type information for enumeration type item or for bitmask type value.
|
| MessageInfo |
Type information for pubsub message.
|
| MethodInfo |
Type information for service method.
|
| ParameterInfo |
Type information for compound type parameter.
|
| TableInfo |
Type information for SQL database table.
|
| TypeInfo.BitmaskTypeInfo |
Type information class for bitmask types.
|
| TypeInfo.BuiltinTypeInfo |
Type information abstract base class for builtin types.
|
| TypeInfo.ChoiceTypeInfo |
Type information class for choice types.
|
| TypeInfo.CompoundTypeInfoBase |
Type information abstract base class for compound types.
|
| TypeInfo.EnumTypeInfo |
Type information class for enumeration types.
|
| TypeInfo.FixedSizeBuiltinTypeInfo |
Type information abstract base class for fixed size builtin types.
|
| TypeInfo.PubsubTypeInfo |
Type information class for pubsub types.
|
| TypeInfo.RecursiveTypeInfo |
Type info for recursive types used as a wrapper around generated static typeInfo method to prevent
infinite recursion in type info definition.
|
| TypeInfo.ServiceTypeInfo |
Type information class for service types.
|
| TypeInfo.SqlDatabaseTypeInfo |
Type information class for SQL database types.
|
| TypeInfo.SqlTableTypeInfo |
Type information class for SQL table types.
|
| TypeInfo.StructTypeInfo |
Type information class for structure types.
|
| TypeInfo.TemplatableTypeInfoBase |
Type information abstract base class for templatable types.
|
| TypeInfo.TypeInfoBase |
Type information abstract base class.
|
| TypeInfo.TypeInfoWithUnderlyingTypeBase |
Type information abstract base class for enumeration and bitmask types.
|
| TypeInfo.UnionTypeInfo |
Type information class for union types.
|
| TypeInfoUtil |
The type information helper utilities to check zserio schema.
|
| Enum | Description |
|---|---|
| JavaType |
Enumeration which specifies Java type used in type information.
|
| SchemaType |
Enumeration which specifies zserio type used in type information.
|
Last updated 2025-10-02 14:26:25