Interface PrimitiveSchema

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

    
    public interface PrimitiveSchema<T>
     implements Schema<T>
                        

    One of the base implementations of the Schema class. Used for serializing into a primitive (number, character, boolean, string).