Class

xyz.aoei.msgpack.rpc.jackson

CustomFactory

Related Doc: package jackson

Permalink

class CustomFactory extends MessagePackFactory

Linear Supertypes
MessagePackFactory, JsonFactory, Serializable, Versioned, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. CustomFactory
  2. MessagePackFactory
  3. JsonFactory
  4. Serializable
  5. Versioned
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new CustomFactory()

    Permalink

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. def _checkInvalidCopy(arg0: Class[_]): Unit

    Permalink
    Attributes
    protected[com.fasterxml.jackson.core]
    Definition Classes
    JsonFactory
  5. def _createContext(arg0: Any, arg1: Boolean): IOContext

    Permalink
    Attributes
    protected[com.fasterxml.jackson.core]
    Definition Classes
    JsonFactory
  6. def _createDataOutputWrapper(arg0: DataOutput): OutputStream

    Permalink
    Attributes
    protected[com.fasterxml.jackson.core]
    Definition Classes
    JsonFactory
  7. def _createGenerator(arg0: Writer, arg1: IOContext): JsonGenerator

    Permalink
    Attributes
    protected[com.fasterxml.jackson.core]
    Definition Classes
    JsonFactory
    Annotations
    @throws( classOf[java.io.IOException] )
  8. def _createParser(data: Array[Byte], offset: Int, len: Int, ctxt: IOContext): JsonParser

    Permalink
    Definition Classes
    CustomFactory → MessagePackFactory → JsonFactory
  9. def _createParser(in: InputStream, ctxt: IOContext): MessagePackParser

    Permalink
    Definition Classes
    CustomFactory → MessagePackFactory → JsonFactory
  10. def _createParser(arg0: DataInput, arg1: IOContext): JsonParser

    Permalink
    Attributes
    protected[com.fasterxml.jackson.core]
    Definition Classes
    JsonFactory
    Annotations
    @throws( classOf[java.io.IOException] )
  11. def _createParser(arg0: Array[Char], arg1: Int, arg2: Int, arg3: IOContext, arg4: Boolean): JsonParser

    Permalink
    Attributes
    protected[com.fasterxml.jackson.core]
    Definition Classes
    JsonFactory
    Annotations
    @throws( classOf[java.io.IOException] )
  12. def _createParser(arg0: Reader, arg1: IOContext): JsonParser

    Permalink
    Attributes
    protected[com.fasterxml.jackson.core]
    Definition Classes
    JsonFactory
    Annotations
    @throws( classOf[java.io.IOException] )
  13. def _createUTF8Generator(arg0: OutputStream, arg1: IOContext): JsonGenerator

    Permalink
    Attributes
    protected[com.fasterxml.jackson.core]
    Definition Classes
    JsonFactory
    Annotations
    @throws( classOf[java.io.IOException] )
  14. def _createWriter(arg0: OutputStream, arg1: JsonEncoding, arg2: IOContext): Writer

    Permalink
    Attributes
    protected[com.fasterxml.jackson.core]
    Definition Classes
    JsonFactory
    Annotations
    @throws( classOf[java.io.IOException] )
  15. final def _decorate(arg0: Writer, arg1: IOContext): Writer

    Permalink
    Attributes
    protected[com.fasterxml.jackson.core]
    Definition Classes
    JsonFactory
    Annotations
    @throws( classOf[java.io.IOException] )
  16. final def _decorate(arg0: OutputStream, arg1: IOContext): OutputStream

    Permalink
    Attributes
    protected[com.fasterxml.jackson.core]
    Definition Classes
    JsonFactory
    Annotations
    @throws( classOf[java.io.IOException] )
  17. final def _decorate(arg0: DataInput, arg1: IOContext): DataInput

    Permalink
    Attributes
    protected[com.fasterxml.jackson.core]
    Definition Classes
    JsonFactory
    Annotations
    @throws( classOf[java.io.IOException] )
  18. final def _decorate(arg0: Reader, arg1: IOContext): Reader

    Permalink
    Attributes
    protected[com.fasterxml.jackson.core]
    Definition Classes
    JsonFactory
    Annotations
    @throws( classOf[java.io.IOException] )
  19. final def _decorate(arg0: InputStream, arg1: IOContext): InputStream

    Permalink
    Attributes
    protected[com.fasterxml.jackson.core]
    Definition Classes
    JsonFactory
    Annotations
    @throws( classOf[java.io.IOException] )
  20. def _getBufferRecycler(): BufferRecycler

    Permalink
    Definition Classes
    JsonFactory
  21. def _optimizedStreamFromURL(arg0: URL): InputStream

    Permalink
    Attributes
    protected[com.fasterxml.jackson.core]
    Definition Classes
    JsonFactory
    Annotations
    @throws( classOf[java.io.IOException] )
  22. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  23. def canHandleBinaryNatively(): Boolean

    Permalink
    Definition Classes
    JsonFactory
  24. def canUseCharArrays(): Boolean

    Permalink
    Definition Classes
    JsonFactory
  25. def canUseSchema(arg0: FormatSchema): Boolean

    Permalink
    Definition Classes
    JsonFactory
  26. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  27. final def configure(arg0: Feature, arg1: Boolean): JsonFactory

    Permalink
    Definition Classes
    JsonFactory
  28. final def configure(arg0: Feature, arg1: Boolean): JsonFactory

    Permalink
    Definition Classes
    JsonFactory
  29. final def configure(arg0: Feature, arg1: Boolean): JsonFactory

    Permalink
    Definition Classes
    JsonFactory
  30. def copy(): JsonFactory

    Permalink
    Definition Classes
    JsonFactory
  31. def createGenerator(arg0: Writer): JsonGenerator

    Permalink
    Definition Classes
    MessagePackFactory → JsonFactory
    Annotations
    @throws( classOf[java.io.IOException] )
  32. def createGenerator(arg0: File, arg1: JsonEncoding): JsonGenerator

    Permalink
    Definition Classes
    MessagePackFactory → JsonFactory
    Annotations
    @throws( classOf[java.io.IOException] )
  33. def createGenerator(arg0: OutputStream, arg1: JsonEncoding): JsonGenerator

    Permalink
    Definition Classes
    MessagePackFactory → JsonFactory
    Annotations
    @throws( classOf[java.io.IOException] )
  34. def createGenerator(arg0: DataOutput): JsonGenerator

    Permalink
    Definition Classes
    JsonFactory
    Annotations
    @throws( classOf[java.io.IOException] )
  35. def createGenerator(arg0: DataOutput, arg1: JsonEncoding): JsonGenerator

    Permalink
    Definition Classes
    JsonFactory
    Annotations
    @throws( classOf[java.io.IOException] )
  36. def createGenerator(arg0: OutputStream): JsonGenerator

    Permalink
    Definition Classes
    JsonFactory
    Annotations
    @throws( classOf[java.io.IOException] )
  37. def createParser(arg0: InputStream): JsonParser

    Permalink
    Definition Classes
    MessagePackFactory → JsonFactory
    Annotations
    @throws( ... ) @throws( classOf[java.io.IOException] )
  38. def createParser(arg0: Array[Byte]): JsonParser

    Permalink
    Definition Classes
    MessagePackFactory → JsonFactory
    Annotations
    @throws( ... ) @throws( classOf[java.io.IOException] )
  39. def createParser(arg0: DataInput): JsonParser

    Permalink
    Definition Classes
    JsonFactory
    Annotations
    @throws( classOf[java.io.IOException] )
  40. def createParser(arg0: Array[Char], arg1: Int, arg2: Int): JsonParser

    Permalink
    Definition Classes
    JsonFactory
    Annotations
    @throws( classOf[java.io.IOException] )
  41. def createParser(arg0: Array[Char]): JsonParser

    Permalink
    Definition Classes
    JsonFactory
    Annotations
    @throws( classOf[java.io.IOException] )
  42. def createParser(arg0: String): JsonParser

    Permalink
    Definition Classes
    JsonFactory
    Annotations
    @throws( ... ) @throws( classOf[java.io.IOException] )
  43. def createParser(arg0: Array[Byte], arg1: Int, arg2: Int): JsonParser

    Permalink
    Definition Classes
    JsonFactory
    Annotations
    @throws( ... ) @throws( classOf[java.io.IOException] )
  44. def createParser(arg0: Reader): JsonParser

    Permalink
    Definition Classes
    JsonFactory
    Annotations
    @throws( ... ) @throws( classOf[java.io.IOException] )
  45. def createParser(arg0: URL): JsonParser

    Permalink
    Definition Classes
    JsonFactory
    Annotations
    @throws( ... ) @throws( classOf[java.io.IOException] )
  46. def createParser(arg0: File): JsonParser

    Permalink
    Definition Classes
    JsonFactory
    Annotations
    @throws( ... ) @throws( classOf[java.io.IOException] )
  47. var decoders: Decoders

    Permalink
  48. def disable(arg0: Feature): JsonFactory

    Permalink
    Definition Classes
    JsonFactory
  49. def disable(arg0: Feature): JsonFactory

    Permalink
    Definition Classes
    JsonFactory
  50. def disable(arg0: Feature): JsonFactory

    Permalink
    Definition Classes
    JsonFactory
  51. def enable(arg0: Feature): JsonFactory

    Permalink
    Definition Classes
    JsonFactory
  52. def enable(arg0: Feature): JsonFactory

    Permalink
    Definition Classes
    JsonFactory
  53. def enable(arg0: Feature): JsonFactory

    Permalink
    Definition Classes
    JsonFactory
  54. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  55. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  56. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  57. def getCharacterEscapes(): CharacterEscapes

    Permalink
    Definition Classes
    JsonFactory
  58. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  59. def getCodec(): ObjectCodec

    Permalink
    Definition Classes
    JsonFactory
  60. def getFormatName(): String

    Permalink
    Definition Classes
    JsonFactory
  61. def getFormatReadFeatureType(): Class[_ <: FormatFeature]

    Permalink
    Definition Classes
    JsonFactory
  62. def getFormatWriteFeatureType(): Class[_ <: FormatFeature]

    Permalink
    Definition Classes
    JsonFactory
  63. def getInputDecorator(): InputDecorator

    Permalink
    Definition Classes
    JsonFactory
  64. def getOutputDecorator(): OutputDecorator

    Permalink
    Definition Classes
    JsonFactory
  65. def getRootValueSeparator(): String

    Permalink
    Definition Classes
    JsonFactory
  66. def hasFormat(arg0: InputAccessor): MatchStrength

    Permalink
    Definition Classes
    JsonFactory
    Annotations
    @throws( classOf[java.io.IOException] )
  67. def hasJSONFormat(arg0: InputAccessor): MatchStrength

    Permalink
    Attributes
    protected[com.fasterxml.jackson.core]
    Definition Classes
    JsonFactory
    Annotations
    @throws( classOf[java.io.IOException] )
  68. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  69. final def isEnabled(arg0: Feature): Boolean

    Permalink
    Definition Classes
    JsonFactory
  70. final def isEnabled(arg0: Feature): Boolean

    Permalink
    Definition Classes
    JsonFactory
  71. final def isEnabled(arg0: Feature): Boolean

    Permalink
    Definition Classes
    JsonFactory
  72. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  73. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  74. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  75. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  76. def readResolve(): AnyRef

    Permalink
    Attributes
    protected[com.fasterxml.jackson.core]
    Definition Classes
    JsonFactory
  77. def register(typeId: Byte, decoder: (Array[Byte]) ⇒ AnyRef): Unit

    Permalink
  78. def requiresCustomCodec(): Boolean

    Permalink
    Definition Classes
    JsonFactory
  79. def requiresPropertyOrdering(): Boolean

    Permalink
    Definition Classes
    JsonFactory
  80. def setCharacterEscapes(arg0: CharacterEscapes): JsonFactory

    Permalink
    Definition Classes
    JsonFactory
  81. def setCodec(arg0: ObjectCodec): JsonFactory

    Permalink
    Definition Classes
    JsonFactory
  82. def setInputDecorator(arg0: InputDecorator): JsonFactory

    Permalink
    Definition Classes
    JsonFactory
  83. def setOutputDecorator(arg0: OutputDecorator): JsonFactory

    Permalink
    Definition Classes
    JsonFactory
  84. def setReuseResourceInGenerator(arg0: Boolean): Unit

    Permalink
    Definition Classes
    MessagePackFactory
  85. def setRootValueSeparator(arg0: String): JsonFactory

    Permalink
    Definition Classes
    JsonFactory
  86. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  87. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  88. def version(): Version

    Permalink
    Definition Classes
    JsonFactory → Versioned
  89. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  90. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  91. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Deprecated Value Members

  1. def createJsonGenerator(arg0: OutputStream): JsonGenerator

    Permalink
    Definition Classes
    JsonFactory
    Annotations
    @Deprecated @deprecated @throws( classOf[java.io.IOException] )
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

  2. def createJsonGenerator(arg0: Writer): JsonGenerator

    Permalink
    Definition Classes
    JsonFactory
    Annotations
    @Deprecated @deprecated @throws( classOf[java.io.IOException] )
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

  3. def createJsonGenerator(arg0: OutputStream, arg1: JsonEncoding): JsonGenerator

    Permalink
    Definition Classes
    JsonFactory
    Annotations
    @Deprecated @deprecated @throws( classOf[java.io.IOException] )
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

  4. def createJsonParser(arg0: String): JsonParser

    Permalink
    Definition Classes
    JsonFactory
    Annotations
    @Deprecated @deprecated @throws( ... ) @throws( classOf[java.io.IOException] )
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

  5. def createJsonParser(arg0: Array[Byte], arg1: Int, arg2: Int): JsonParser

    Permalink
    Definition Classes
    JsonFactory
    Annotations
    @Deprecated @deprecated @throws( ... ) @throws( classOf[java.io.IOException] )
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

  6. def createJsonParser(arg0: Array[Byte]): JsonParser

    Permalink
    Definition Classes
    JsonFactory
    Annotations
    @Deprecated @deprecated @throws( ... ) @throws( classOf[java.io.IOException] )
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

  7. def createJsonParser(arg0: Reader): JsonParser

    Permalink
    Definition Classes
    JsonFactory
    Annotations
    @Deprecated @deprecated @throws( ... ) @throws( classOf[java.io.IOException] )
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

  8. def createJsonParser(arg0: InputStream): JsonParser

    Permalink
    Definition Classes
    JsonFactory
    Annotations
    @Deprecated @deprecated @throws( ... ) @throws( classOf[java.io.IOException] )
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

  9. def createJsonParser(arg0: URL): JsonParser

    Permalink
    Definition Classes
    JsonFactory
    Annotations
    @Deprecated @deprecated @throws( ... ) @throws( classOf[java.io.IOException] )
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

  10. def createJsonParser(arg0: File): JsonParser

    Permalink
    Definition Classes
    JsonFactory
    Annotations
    @Deprecated @deprecated @throws( ... ) @throws( classOf[java.io.IOException] )
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

Inherited from MessagePackFactory

Inherited from JsonFactory

Inherited from Serializable

Inherited from Versioned

Inherited from AnyRef

Inherited from Any

Ungrouped