Interface ObjectSchema

  • All Implemented Interfaces:
    dev.drtheo.autojson.schema.base.Schema

    
    public interface ObjectSchema<T>
     implements Schema<T>
                        

    One of the base implementations of the Schema class. Used for serializing into an object format (key-value pairs).