Class SchemaGenerator

java.lang.Object
com.github.darksoulq.abyssallib.common.serialization.schema.SchemaGenerator
All Implemented Interfaces:
CodecVisitor<SchemaNode>

public class SchemaGenerator extends Object implements CodecVisitor<SchemaNode>
Generates schema representations from codec definitions.
  • Constructor Details

    • SchemaGenerator

      public SchemaGenerator()
  • Method Details