Class IonFactory

java.lang.Object
com.fasterxml.jackson.core.TokenStreamFactory
com.fasterxml.jackson.core.JsonFactory
com.fasterxml.jackson.dataformat.ion.IonFactory
io.kestra.core.serializers.ion.IonFactory
All Implemented Interfaces:
com.fasterxml.jackson.core.Versioned, Serializable

public class IonFactory extends com.fasterxml.jackson.dataformat.ion.IonFactory
See Also:
  • Nested Class Summary

    Nested classes/interfaces inherited from class com.fasterxml.jackson.core.JsonFactory

    com.fasterxml.jackson.core.JsonFactory.Feature
  • Field Summary

    Fields inherited from class com.fasterxml.jackson.dataformat.ion.IonFactory

    _cfgCreateBinaryWriters, _ionGeneratorFeatures, _ionParserFeatures, _system, DEFAULT_ION_GENERATOR_FEATURE_FLAGS, DEFAULT_ION_PARSER_FEATURE_FLAGS, FORMAT_NAME_ION

    Fields inherited from class com.fasterxml.jackson.core.JsonFactory

    _byteSymbolCanonicalizer, _characterEscapes, _factoryFeatures, _generatorFeatures, _inputDecorator, _maximumNonEscapedChar, _objectCodec, _outputDecorator, _parserFeatures, _quoteChar, _rootCharSymbols, _rootValueSeparator, _streamReadConstraints, DEFAULT_FACTORY_FEATURE_FLAGS, DEFAULT_GENERATOR_FEATURE_FLAGS, DEFAULT_PARSER_FEATURE_FLAGS, DEFAULT_QUOTE_CHAR, DEFAULT_ROOT_VALUE_SEPARATOR, FORMAT_NAME_JSON
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    protected com.fasterxml.jackson.dataformat.ion.IonGenerator
    _createGenerator(com.amazon.ion.IonWriter ion, boolean ionWriterIsManaged, com.fasterxml.jackson.core.io.IOContext ctxt, Closeable dst)
     
    protected com.fasterxml.jackson.core.JsonParser
    _createParser(Reader r, com.fasterxml.jackson.core.io.IOContext ctxt)
     

    Methods inherited from class com.fasterxml.jackson.dataformat.ion.IonFactory

    _createGenerator, _createParser, _createParser, _createParser, _readAll, builderForBinaryWriters, builderForTextualWriters, canHandleBinaryNatively, canUseCharArrays, configure, configure, copy, createBinaryWriters, createGenerator, createGenerator, createGenerator, createGenerator, createJsonGenerator, createJsonParser, createJsonParser, createParser, createParser, disable, disable, enable, enable, forBinaryWriters, forTextualWriters, getFormatGeneratorFeatures, getFormatName, getFormatParserFeatures, getIonSystem, isEnabled, isEnabled, rebuild, setCreateBinaryWriters, version

    Methods inherited from class com.fasterxml.jackson.core.JsonFactory

    _checkInvalidCopy, _createContentReference, _createContentReference, _createContext, _createContext, _createGenerator, _createNonBlockingContext, _createParser, _createUTF8Generator, _createWriter, _decorate, _decorate, _decorate, _decorate, _decorate, _getBufferRecycler, builder, canParseAsync, canUseSchema, configure, configure, configure, createGenerator, createGenerator, createGenerator, createJsonGenerator, createJsonGenerator, createJsonGenerator, createJsonParser, createJsonParser, createJsonParser, createJsonParser, createJsonParser, createJsonParser, createJsonParser, createNonBlockingByteArrayParser, createNonBlockingByteBufferParser, createParser, createParser, createParser, createParser, createParser, createParser, createParser, createParser, createParser, createParser, disable, disable, disable, enable, enable, enable, getCharacterEscapes, getCodec, getFormatReadFeatureType, getFormatWriteFeatureType, getGeneratorFeatures, getInputDecorator, getOutputDecorator, getParserFeatures, getRootValueSeparator, hasFormat, hasJSONFormat, isEnabled, isEnabled, isEnabled, isEnabled, isEnabled, readResolve, requiresCustomCodec, requiresPropertyOrdering, setCharacterEscapes, setCodec, setInputDecorator, setOutputDecorator, setRootValueSeparator, setStreamReadConstraints, streamReadConstraints

    Methods inherited from class com.fasterxml.jackson.core.TokenStreamFactory

    _checkRangeBoundsForByteArray, _checkRangeBoundsForCharArray, _createDataOutputWrapper, _fileInputStream, _fileOutputStream, _optimizedStreamFromURL, _reportRangeError

    Methods inherited from class java.lang.Object

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

    • IonFactory

      public IonFactory()
  • Method Details

    • _createParser

      protected com.fasterxml.jackson.core.JsonParser _createParser(Reader r, com.fasterxml.jackson.core.io.IOContext ctxt) throws IOException
      Overrides:
      _createParser in class com.fasterxml.jackson.dataformat.ion.IonFactory
      Throws:
      IOException
    • _createGenerator

      protected com.fasterxml.jackson.dataformat.ion.IonGenerator _createGenerator(com.amazon.ion.IonWriter ion, boolean ionWriterIsManaged, com.fasterxml.jackson.core.io.IOContext ctxt, Closeable dst)
      Overrides:
      _createGenerator in class com.fasterxml.jackson.dataformat.ion.IonFactory