titus.datatype.AvroCompiled

class titus.datatype.AvroCompiled[source]

Bases: titus.datatype.AvroType

AvroTypes that would be compiled in Java (AvroRecord, AvroFixed, AvroEnum).

fullName

Optional namespace and name joined with a dot.

name

Name without namespace; unions would not use this as a tag; they would use fullName.

namespace

Optional namespace; may be None.