Interface WrapperSchema

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

    
    public interface WrapperSchema<T, B>
     implements Schema<T>
                        

    One of the base implementations of the Schema class. A schema used to serialize a class that wraps another object with its own schema.