Class JsonStringAdapter2

  • All Implemented Interfaces:
    dev.drtheo.autojson.SchemaHolder , dev.drtheo.autojson.adapter.JsonAdapter , dev.drtheo.autojson.adapter.JsonContext

    
    public class JsonStringAdapter2
    extends JsonStringAdapter
                        
    • 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
      <R> R fromJson(String object, Type clazz)
      • Methods inherited from class dev.drtheo.autojson.adapter.string.JsonStringAdapter

        auto, toJson
      • Methods inherited from class dev.drtheo.autojson.adapter.JsonAdapter

        fromJson, fromJson, toJson, toJson
      • Methods inherited from class dev.drtheo.autojson.adapter.JsonContext

        schema, schemaHolder
      • Methods inherited from class dev.drtheo.autojson.SchemaHolder

        schema
      • Methods inherited from class java.lang.Object

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

      • JsonStringAdapter2

        JsonStringAdapter2(AutoJSON auto)
    • Method Detail

      • fromJson

         <R> R fromJson(String object, Type clazz)
        Parameters:
        object - the object to deserialize.
        Returns:

        The deserialized object.