Class CustomizedJSON

  • All Implemented Interfaces:
    com.fasterxml.jackson.core.Versioned

    public class CustomizedJSON
    extends com.fasterxml.jackson.jr.ob.JSON
    • Nested Class Summary

      • Nested classes/interfaces inherited from class com.fasterxml.jackson.jr.ob.JSON

        com.fasterxml.jackson.jr.ob.JSON.Feature
    • Field Summary

      • Fields inherited from class com.fasterxml.jackson.jr.ob.JSON

        _features, _jsonFactory, _prettyPrinter, _reader, _treeCodec, _writer, std
    • Constructor Summary

      Constructors 
      Constructor Description
      CustomizedJSON()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      protected com.fasterxml.jackson.jr.ob.impl.JSONWriter _defaultWriter​(int features, com.fasterxml.jackson.core.TreeCodec tc)  
      • Methods inherited from class com.fasterxml.jackson.jr.ob.JSON

        _close, _close, _config, _config, _defaultReader, _initForReading, _parser, _readerForOperation, _with, _with, _writeAndClose, _writerForOperation, anyFrom, arrayFrom, arrayOfFrom, asBytes, asCodec, asString, beanFrom, composeBytes, composeCollection, composeList, composeMap, composeMap, composeString, composeTo, composeTo, composeTo, composeUsing, getStreamingFactory, getTreeCodec, isEnabled, listFrom, listOfFrom, mapFrom, version, with, with, with, with, with, with, with, with, with, without, write, write, write, write
      • Methods inherited from class java.lang.Object

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

      • CustomizedJSON

        public CustomizedJSON()
    • Method Detail

      • _defaultWriter

        protected com.fasterxml.jackson.jr.ob.impl.JSONWriter _defaultWriter​(int features,
                                                                             com.fasterxml.jackson.core.TreeCodec tc)
        Overrides:
        _defaultWriter in class com.fasterxml.jackson.jr.ob.JSON