Hierarchy For Package com.github.darksoulq.abyssallib.common.serialization.schema
Class Hierarchy
- java.lang.Object
- com.github.darksoulq.abyssallib.common.serialization.schema.SchemaGenerator (implements com.github.darksoulq.abyssallib.common.serialization.schema.CodecVisitor<R>)
- com.github.darksoulq.abyssallib.common.serialization.schema.SchemaValidator
Interface Hierarchy
- com.github.darksoulq.abyssallib.common.serialization.schema.CodecVisitor<R>
- com.github.darksoulq.abyssallib.common.serialization.schema.SchemaNode
- com.github.darksoulq.abyssallib.common.serialization.schema.SchemaValidator.Rule
Record Class Hierarchy
- java.lang.Object
- java.lang.Record
- com.github.darksoulq.abyssallib.common.serialization.schema.SchemaNode.DispatchSchema (implements com.github.darksoulq.abyssallib.common.serialization.schema.SchemaNode)
- com.github.darksoulq.abyssallib.common.serialization.schema.SchemaNode.EitherSchema (implements com.github.darksoulq.abyssallib.common.serialization.schema.SchemaNode)
- com.github.darksoulq.abyssallib.common.serialization.schema.SchemaNode.EnumSchema (implements com.github.darksoulq.abyssallib.common.serialization.schema.SchemaNode)
- com.github.darksoulq.abyssallib.common.serialization.schema.SchemaNode.FieldSchema
- com.github.darksoulq.abyssallib.common.serialization.schema.SchemaNode.ListSchema (implements com.github.darksoulq.abyssallib.common.serialization.schema.SchemaNode)
- com.github.darksoulq.abyssallib.common.serialization.schema.SchemaNode.MapSchema (implements com.github.darksoulq.abyssallib.common.serialization.schema.SchemaNode)
- com.github.darksoulq.abyssallib.common.serialization.schema.SchemaNode.OneOfSchema (implements com.github.darksoulq.abyssallib.common.serialization.schema.SchemaNode)
- com.github.darksoulq.abyssallib.common.serialization.schema.SchemaNode.OptionalSchema (implements com.github.darksoulq.abyssallib.common.serialization.schema.SchemaNode)
- com.github.darksoulq.abyssallib.common.serialization.schema.SchemaNode.PrimitiveSchema (implements com.github.darksoulq.abyssallib.common.serialization.schema.SchemaNode)
- com.github.darksoulq.abyssallib.common.serialization.schema.SchemaNode.RecordSchema (implements com.github.darksoulq.abyssallib.common.serialization.schema.SchemaNode)
- com.github.darksoulq.abyssallib.common.serialization.schema.SchemaNode.TupleSchema (implements com.github.darksoulq.abyssallib.common.serialization.schema.SchemaNode)
- com.github.darksoulq.abyssallib.common.serialization.schema.SchemaNode.UnknownSchema (implements com.github.darksoulq.abyssallib.common.serialization.schema.SchemaNode)
- java.lang.Record