jackson-core

  • Introduction
  • com.fasterxml.jackson.core
    • Overview classes
      • Base64Variant
      • Base64Variants
      • JsonFactory
      • JsonGenerator
      • JsonLocation
      • JsonParser
      • JsonStreamContext
      • ObjectCodec
      • Version
      interfaces
      • FormatSchema
      • PrettyPrinter
      • SerializableString
      • TreeNode
      • Versioned
      exceptions
      • JsonGenerationException
      • JsonParseException
      • JsonProcessingException
      enums
      • JsonEncoding
      • JsonFactory.Feature
      • JsonGenerator.Feature
      • JsonParser.Feature
      • JsonParser.NumberType
      • JsonToken
  • com.fasterxml.jackson.core.base
    • Overview classes
      • GeneratorBase
      • ParserBase
      • ParserMinimalBase
  • com.fasterxml.jackson.core.format
    • Overview classes
      • DataFormatDetector
      • DataFormatMatcher
      • InputAccessor.Std
      interfaces
      • InputAccessor
      enums
      • MatchStrength
  • com.fasterxml.jackson.core.io
    • Overview classes
      • CharacterEscapes
      • CharTypes
      • InputDecorator
      • IOContext
      • JsonStringEncoder
      • MergedStream
      • NumberInput
      • NumberOutput
      • OutputDecorator
      • SegmentedStringWriter
      • SerializedString
      • UTF32Reader
      • UTF8Writer
  • com.fasterxml.jackson.core.json
    • Overview classes
      • ByteSourceJsonBootstrapper
      • CoreVersion
      • JsonGeneratorImpl
      • JsonReadContext
      • JsonWriteContext
      • ReaderBasedJsonParser
      • UTF8JsonGenerator
      • UTF8StreamJsonParser
      • WriterBasedJsonGenerator
  • com.fasterxml.jackson.core.sym
    • Overview classes
      • BytesToNameCanonicalizer
      • CharsToNameCanonicalizer
      • Name
      • Name1
      • Name2
      • Name3
      • NameN
  • com.fasterxml.jackson.core.type
    • Overview classes
      • ResolvedType
      • TypeReference
  • com.fasterxml.jackson.core.util
    • Overview classes
      • BufferRecycler
      • ByteArrayBuilder
      • DefaultPrettyPrinter
      • DefaultPrettyPrinter.FixedSpaceIndenter
      • DefaultPrettyPrinter.Lf2SpacesIndenter
      • DefaultPrettyPrinter.NopIndenter
      • InternCache
      • JsonGeneratorDelegate
      • JsonParserDelegate
      • JsonParserSequence
      • MinimalPrettyPrinter
      • TextBuffer
      • VersionUtil
      interfaces
      • DefaultPrettyPrinter.Indenter
      • Instantiatable
      enums
      • BufferRecycler.ByteBufferType
      • BufferRecycler.CharBufferType
Sign in

Deprecated API

Contents

  • Deprecated Methods
  • Deprecated Constructors
  • Deprecated Methods 
    Method and Description
    com.fasterxml.jackson.core.JsonFactory._createJsonGenerator(Writer, IOContext)
    since 2.1 -- use JsonFactory._createGenerator(Writer, IOContext) instead
    com.fasterxml.jackson.core.JsonFactory._createJsonParser(byte[], int, int, IOContext)
    since 2.1 -- use JsonFactory._createParser(byte[], int, int, IOContext) instead
    com.fasterxml.jackson.core.JsonFactory._createJsonParser(InputStream, IOContext)
    since 2.1 -- use JsonFactory._createParser(InputStream, IOContext) instead
    com.fasterxml.jackson.core.JsonFactory._createJsonParser(Reader, IOContext)
    since 2.1 -- use JsonFactory._createParser(Reader, IOContext) instead
    com.fasterxml.jackson.core.JsonFactory._createUTF8JsonGenerator(OutputStream, IOContext)
    since 2.1
    com.fasterxml.jackson.core.ObjectCodec.getJsonFactory()
    Since 2.1: Use ObjectCodec.getFactory() instead.
    com.fasterxml.jackson.core.util.VersionUtil.parseVersion(String) 
  • Deprecated Constructors 
    Constructor and Description
    com.fasterxml.jackson.core.Version(int, int, int, String)
    Use variant that takes group and artifact ids

Copyright © 2012-2013 FasterXML. All Rights Reserved.

Powered by DocsHoster