minos.common.model.serializers.avro.schema.encoder module

class minos.common.model.serializers.avro.schema.encoder.AvroSchemaEncoder(type_=None)[source]

Bases: minos.common.model.serializers.abc.SchemaEncoder

Avro Schema Encoder class.

__init__(type_=None)[source]
build(type_=<class 'minos.common.model.types.constants.MissingSentinel'>, **kwargs)[source]

Build the avro schema for the given field.

Parameters

type – The type to be encoded as a schema.

Return type

typing.Union[dict, list, str]

Returns

A dictionary object.

static generate_random_str()[source]

Generate a random string

Return type

str

Returns

A random string value.