Interface ArraySchema.Simple

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

    
    public interface ArraySchema.Simple<T>
     implements ArraySchema<T, Intermediary>
                        

    A utility class that implements ArraySchema without an intermediary value.

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
    • Constructor Summary

      Constructors 
      Constructor Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      T pack(T obj) Converts the Intermediary type into the built T type.
      • Methods inherited from class dev.drtheo.autojson.schema.base.ArraySchema

        deserialize, instantiate, serialize, serialize, type
      • Methods inherited from class dev.drtheo.autojson.schema.base.Schema

        asArray, asObject, asPrimitive, asWrapper, createInstance
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail