Class JavaMapSchema

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

    
    public class JavaMapSchema<K, V>
    extends AbstractMapSchema<K, V>
                        

    The default implementation of AbstractMapSchema. Consider extending it instead of this class.

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      • Methods inherited from class dev.drtheo.autojson.schema.util.AbstractMapSchema

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

        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