Class NVs

java.lang.Object
io.odysz.anson.Anson
io.odysz.common.NVs
All Implemented Interfaces:
io.odysz.anson.IJsonable

public class NVs extends io.odysz.anson.Anson
  • Nested Class Summary

    Nested classes/interfaces inherited from interface io.odysz.anson.IJsonable

    io.odysz.anson.IJsonable.JsonableFactory
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    protected String
     
    protected ArrayList<Object>
     

    Fields inherited from class io.odysz.anson.Anson

    verbose
  • Constructor Summary

    Constructors
    Constructor
    Description
    NVs()
     
  • Method Summary

    Modifier and Type
    Method
    Description
     
     

    Methods inherited from class io.odysz.anson.Anson

    appendArr, appendObjStr, appendPair, escape, fromBlock, fromJson, fromJson, toBlock, toEnvelope, toJson, toJson, toMapBlock, toString, unescape

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait

    Methods inherited from interface io.odysz.anson.IJsonable

    toBlock
  • Field Details

  • Constructor Details

    • NVs

      public NVs()
  • Method Details