Interface ArraySchema

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

    
    public interface ArraySchema<T, Intermediary>
     implements Schema<T>
                        

    One of the base implementations of the Schema class. Used for serializing into an array format (indexed values).