Packages

final class ObjectMapperMixin extends ObjectMapper with ScalaObjectMapper

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ObjectMapperMixin
  2. ScalaObjectMapper
  3. ObjectMapper
  4. Serializable
  5. ObjectCodec
  6. Versioned
  7. TreeCodec
  8. AnyRef
  9. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. final def _assertNotNull(arg0: String, arg1: AnyRef): Unit
    Attributes
    protected[databind]
    Definition Classes
    ObjectMapper
  5. def _checkInvalidCopy(arg0: Class[_ <: AnyRef]): Unit
    Attributes
    protected[databind]
    Definition Classes
    ObjectMapper
  6. def _constructDefaultTypeResolverBuilder(arg0: DefaultTyping, arg1: PolymorphicTypeValidator): TypeResolverBuilder[_ <: AnyRef]
    Attributes
    protected[databind]
    Definition Classes
    ObjectMapper
  7. def _convert(arg0: AnyRef, arg1: JavaType): AnyRef
    Attributes
    protected[databind]
    Definition Classes
    ObjectMapper
    Annotations
    @throws(classOf[java.lang.IllegalArgumentException])
  8. def _findRootDeserializer(arg0: DeserializationContext, arg1: JavaType): JsonDeserializer[AnyRef]
    Attributes
    protected[databind]
    Definition Classes
    ObjectMapper
    Annotations
    @throws(classOf[com.fasterxml.jackson.databind.DatabindException])
  9. def _initForReading(arg0: JsonParser, arg1: JavaType): JsonToken
    Attributes
    protected[databind]
    Definition Classes
    ObjectMapper
    Annotations
    @throws(classOf[java.io.IOException])
  10. def _newReader(arg0: DeserializationConfig, arg1: JavaType, arg2: AnyRef, arg3: FormatSchema, arg4: InjectableValues): ObjectReader
    Attributes
    protected[databind]
    Definition Classes
    ObjectMapper
  11. def _newReader(arg0: DeserializationConfig): ObjectReader
    Attributes
    protected[databind]
    Definition Classes
    ObjectMapper
  12. def _newWriter(arg0: SerializationConfig, arg1: JavaType, arg2: PrettyPrinter): ObjectWriter
    Attributes
    protected[databind]
    Definition Classes
    ObjectMapper
  13. def _newWriter(arg0: SerializationConfig, arg1: FormatSchema): ObjectWriter
    Attributes
    protected[databind]
    Definition Classes
    ObjectMapper
  14. def _newWriter(arg0: SerializationConfig): ObjectWriter
    Attributes
    protected[databind]
    Definition Classes
    ObjectMapper
  15. def _readMapAndClose(arg0: JsonParser, arg1: JavaType): AnyRef
    Attributes
    protected[databind]
    Definition Classes
    ObjectMapper
    Annotations
    @throws(classOf[java.io.IOException])
  16. def _readTreeAndClose(arg0: JsonParser): JsonNode
    Attributes
    protected[databind]
    Definition Classes
    ObjectMapper
    Annotations
    @throws(classOf[java.io.IOException])
  17. def _readValue(arg0: DeserializationConfig, arg1: JsonParser, arg2: JavaType): AnyRef
    Attributes
    protected[databind]
    Definition Classes
    ObjectMapper
    Annotations
    @throws(classOf[java.io.IOException])
  18. def _serializerProvider(arg0: SerializationConfig): DefaultSerializerProvider
    Attributes
    protected[databind]
    Definition Classes
    ObjectMapper
  19. final def _verifyNoTrailingTokens(arg0: JsonParser, arg1: DeserializationContext, arg2: JavaType): Unit
    Attributes
    protected[databind]
    Definition Classes
    ObjectMapper
    Annotations
    @throws(classOf[java.io.IOException])
  20. def _verifySchemaType(arg0: FormatSchema): Unit
    Attributes
    protected[databind]
    Definition Classes
    ObjectMapper
  21. final def _writeValueAndClose(arg0: JsonGenerator, arg1: AnyRef): Unit
    Attributes
    protected[databind]
    Definition Classes
    ObjectMapper
    Annotations
    @throws(classOf[java.io.IOException])
  22. def acceptJsonFormatVisitor[T](visitor: JsonFormatVisitorWrapper)(implicit arg0: Manifest[T]): Unit

    Method for visiting type hierarchy for given type, using specified visitor.

    Method for visiting type hierarchy for given type, using specified visitor.

    This method can be used for things like generating Json Schema instance for specified type.

    T

    Type to generate schema for (possibly with generic signature)

    Definition Classes
    ScalaObjectMapper
    Since

    2.1

  23. def acceptJsonFormatVisitor(arg0: JavaType, arg1: JsonFormatVisitorWrapper): Unit
    Definition Classes
    ObjectMapper
    Annotations
    @throws(classOf[com.fasterxml.jackson.databind.JsonMappingException])
  24. def acceptJsonFormatVisitor(arg0: Class[_ <: AnyRef], arg1: JsonFormatVisitorWrapper): Unit
    Definition Classes
    ObjectMapper
    Annotations
    @throws(classOf[com.fasterxml.jackson.databind.JsonMappingException])
  25. def activateDefaultTyping(arg0: PolymorphicTypeValidator, arg1: DefaultTyping, arg2: As): ObjectMapper
    Definition Classes
    ObjectMapper
  26. def activateDefaultTyping(arg0: PolymorphicTypeValidator, arg1: DefaultTyping): ObjectMapper
    Definition Classes
    ObjectMapper
  27. def activateDefaultTyping(arg0: PolymorphicTypeValidator): ObjectMapper
    Definition Classes
    ObjectMapper
  28. def activateDefaultTypingAsProperty(arg0: PolymorphicTypeValidator, arg1: DefaultTyping, arg2: String): ObjectMapper
    Definition Classes
    ObjectMapper
  29. def addHandler(arg0: DeserializationProblemHandler): ObjectMapper
    Definition Classes
    ObjectMapper
  30. def addMixIn(arg0: Class[_ <: AnyRef], arg1: Class[_ <: AnyRef]): ObjectMapper
    Definition Classes
    ObjectMapper
  31. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  32. def clearProblemHandlers(): ObjectMapper
    Definition Classes
    ObjectMapper
  33. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  34. def coercionConfigDefaults(): MutableCoercionConfig
    Definition Classes
    ObjectMapper
  35. def coercionConfigFor(arg0: Class[_ <: AnyRef]): MutableCoercionConfig
    Definition Classes
    ObjectMapper
  36. def coercionConfigFor(arg0: LogicalType): MutableCoercionConfig
    Definition Classes
    ObjectMapper
  37. def configOverride(arg0: Class[_ <: AnyRef]): MutableConfigOverride
    Definition Classes
    ObjectMapper
  38. def configure(arg0: Feature, arg1: Boolean): ObjectMapper
    Definition Classes
    ObjectMapper
  39. def configure(arg0: Feature, arg1: Boolean): ObjectMapper
    Definition Classes
    ObjectMapper
  40. def configure(arg0: DatatypeFeature, arg1: Boolean): ObjectMapper
    Definition Classes
    ObjectMapper
  41. def configure(arg0: DeserializationFeature, arg1: Boolean): ObjectMapper
    Definition Classes
    ObjectMapper
  42. def configure(arg0: SerializationFeature, arg1: Boolean): ObjectMapper
    Definition Classes
    ObjectMapper
  43. def constructType[T](implicit m: Manifest[T]): JavaType

    Convenience method for constructing com.fasterxml.jackson.databind.JavaType out of given type (typically java.lang.Class), but without explicit context.

    Convenience method for constructing com.fasterxml.jackson.databind.JavaType out of given type (typically java.lang.Class), but without explicit context.

    Definition Classes
    ScalaObjectMapper
  44. def constructType(arg0: TypeReference[_ <: AnyRef]): JavaType
    Definition Classes
    ObjectMapper
  45. def constructType(arg0: Type): JavaType
    Definition Classes
    ObjectMapper
  46. def convertValue[T](fromValue: Any)(implicit arg0: Manifest[T]): T

    Convenience method for doing two-step conversion from given value, into instance of given value type.

    Convenience method for doing two-step conversion from given value, into instance of given value type. This is functionality equivalent to first serializing given value into JSON, then binding JSON data into value of given type, but may be executed without fully serializing into JSON. Same converters (serializers, deserializers) will be used as for data binding, meaning same object mapper configuration works.

    Definition Classes
    ScalaObjectMapper
    Exceptions thrown

    java.lang.IllegalArgumentException If conversion fails due to incompatible type; if so, root cause will contain underlying checked exception data binding functionality threw

  47. def convertValue[T <: AnyRef](arg0: AnyRef, arg1: JavaType): T
    Definition Classes
    ObjectMapper
    Annotations
    @throws(classOf[java.lang.IllegalArgumentException])
  48. def convertValue[T <: AnyRef](arg0: AnyRef, arg1: TypeReference[T]): T
    Definition Classes
    ObjectMapper
    Annotations
    @throws(classOf[java.lang.IllegalArgumentException])
  49. def convertValue[T <: AnyRef](arg0: AnyRef, arg1: Class[T]): T
    Definition Classes
    ObjectMapper
    Annotations
    @throws(classOf[java.lang.IllegalArgumentException])
  50. def copy(): ObjectMapper
    Definition Classes
    ObjectMapper
  51. def copyWith(arg0: JsonFactory): ObjectMapper
    Definition Classes
    ObjectMapper
  52. def createArrayNode(): ArrayNode
    Definition Classes
    ObjectMapper → ObjectCodec → TreeCodec
  53. def createDeserializationContext(arg0: JsonParser, arg1: DeserializationConfig): DefaultDeserializationContext
    Attributes
    protected[databind]
    Definition Classes
    ObjectMapper
  54. def createGenerator(arg0: DataOutput): JsonGenerator
    Definition Classes
    ObjectMapper
    Annotations
    @throws(classOf[java.io.IOException])
  55. def createGenerator(arg0: File, arg1: JsonEncoding): JsonGenerator
    Definition Classes
    ObjectMapper
    Annotations
    @throws(classOf[java.io.IOException])
  56. def createGenerator(arg0: Writer): JsonGenerator
    Definition Classes
    ObjectMapper
    Annotations
    @throws(classOf[java.io.IOException])
  57. def createGenerator(arg0: OutputStream, arg1: JsonEncoding): JsonGenerator
    Definition Classes
    ObjectMapper
    Annotations
    @throws(classOf[java.io.IOException])
  58. def createGenerator(arg0: OutputStream): JsonGenerator
    Definition Classes
    ObjectMapper
    Annotations
    @throws(classOf[java.io.IOException])
  59. def createNonBlockingByteArrayParser(): JsonParser
    Definition Classes
    ObjectMapper
    Annotations
    @throws(classOf[java.io.IOException])
  60. def createObjectNode(): ObjectNode
    Definition Classes
    ObjectMapper → ObjectCodec → TreeCodec
  61. def createParser(arg0: DataInput): JsonParser
    Definition Classes
    ObjectMapper
    Annotations
    @throws(classOf[java.io.IOException])
  62. def createParser(arg0: Array[Char], arg1: Int, arg2: Int): JsonParser
    Definition Classes
    ObjectMapper
    Annotations
    @throws(classOf[java.io.IOException])
  63. def createParser(arg0: Array[Char]): JsonParser
    Definition Classes
    ObjectMapper
    Annotations
    @throws(classOf[java.io.IOException])
  64. def createParser(arg0: String): JsonParser
    Definition Classes
    ObjectMapper
    Annotations
    @throws(classOf[java.io.IOException])
  65. def createParser(arg0: Array[Byte], arg1: Int, arg2: Int): JsonParser
    Definition Classes
    ObjectMapper
    Annotations
    @throws(classOf[java.io.IOException])
  66. def createParser(arg0: Array[Byte]): JsonParser
    Definition Classes
    ObjectMapper
    Annotations
    @throws(classOf[java.io.IOException])
  67. def createParser(arg0: Reader): JsonParser
    Definition Classes
    ObjectMapper
    Annotations
    @throws(classOf[java.io.IOException])
  68. def createParser(arg0: InputStream): JsonParser
    Definition Classes
    ObjectMapper
    Annotations
    @throws(classOf[java.io.IOException])
  69. def createParser(arg0: URL): JsonParser
    Definition Classes
    ObjectMapper
    Annotations
    @throws(classOf[java.io.IOException])
  70. def createParser(arg0: File): JsonParser
    Definition Classes
    ObjectMapper
    Annotations
    @throws(classOf[java.io.IOException])
  71. def deactivateDefaultTyping(): ObjectMapper
    Definition Classes
    ObjectMapper
  72. def defaultClassIntrospector(): ClassIntrospector
    Attributes
    protected[databind]
    Definition Classes
    ObjectMapper
  73. def disable(arg0: <repeated...>[Feature]): ObjectMapper
    Definition Classes
    ObjectMapper
    Annotations
    @transient()
  74. def disable(arg0: <repeated...>[Feature]): ObjectMapper
    Definition Classes
    ObjectMapper
    Annotations
    @transient()
  75. def disable(arg0: DeserializationFeature, arg1: <repeated...>[DeserializationFeature]): ObjectMapper
    Definition Classes
    ObjectMapper
    Annotations
    @transient()
  76. def disable(arg0: DeserializationFeature): ObjectMapper
    Definition Classes
    ObjectMapper
  77. def disable(arg0: SerializationFeature, arg1: <repeated...>[SerializationFeature]): ObjectMapper
    Definition Classes
    ObjectMapper
    Annotations
    @transient()
  78. def disable(arg0: SerializationFeature): ObjectMapper
    Definition Classes
    ObjectMapper
  79. def enable(arg0: <repeated...>[Feature]): ObjectMapper
    Definition Classes
    ObjectMapper
    Annotations
    @transient()
  80. def enable(arg0: <repeated...>[Feature]): ObjectMapper
    Definition Classes
    ObjectMapper
    Annotations
    @transient()
  81. def enable(arg0: DeserializationFeature, arg1: <repeated...>[DeserializationFeature]): ObjectMapper
    Definition Classes
    ObjectMapper
    Annotations
    @transient()
  82. def enable(arg0: DeserializationFeature): ObjectMapper
    Definition Classes
    ObjectMapper
  83. def enable(arg0: SerializationFeature, arg1: <repeated...>[SerializationFeature]): ObjectMapper
    Definition Classes
    ObjectMapper
    Annotations
    @transient()
  84. def enable(arg0: SerializationFeature): ObjectMapper
    Definition Classes
    ObjectMapper
  85. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  86. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  87. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  88. def findAndRegisterModules(): ObjectMapper
    Definition Classes
    ObjectMapper
  89. def findMixInClassFor(arg0: Class[_ <: AnyRef]): Class[_ <: AnyRef]
    Definition Classes
    ObjectMapper
  90. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  91. def getDateFormat(): DateFormat
    Definition Classes
    ObjectMapper
  92. def getDeserializationConfig(): DeserializationConfig
    Definition Classes
    ObjectMapper
  93. def getDeserializationContext(): DeserializationContext
    Definition Classes
    ObjectMapper
  94. def getFactory(): JsonFactory
    Definition Classes
    ObjectMapper → ObjectCodec
  95. def getInjectableValues(): InjectableValues
    Definition Classes
    ObjectMapper
  96. def getNodeFactory(): JsonNodeFactory
    Definition Classes
    ObjectMapper
  97. def getPolymorphicTypeValidator(): PolymorphicTypeValidator
    Definition Classes
    ObjectMapper
  98. def getPropertyNamingStrategy(): PropertyNamingStrategy
    Definition Classes
    ObjectMapper
  99. def getRegisteredModuleIds(): Set[AnyRef]
    Definition Classes
    ObjectMapper
  100. def getSerializationConfig(): SerializationConfig
    Definition Classes
    ObjectMapper
  101. def getSerializerFactory(): SerializerFactory
    Definition Classes
    ObjectMapper
  102. def getSerializerProvider(): SerializerProvider
    Definition Classes
    ObjectMapper
  103. def getSerializerProviderInstance(): SerializerProvider
    Definition Classes
    ObjectMapper
  104. def getSubtypeResolver(): SubtypeResolver
    Definition Classes
    ObjectMapper
  105. def getTypeFactory(): TypeFactory
    Definition Classes
    ObjectMapper
  106. def getVisibilityChecker(): VisibilityChecker[_ <: AnyRef]
    Definition Classes
    ObjectMapper
  107. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  108. def isEnabled(arg0: StreamWriteFeature): Boolean
    Definition Classes
    ObjectMapper
  109. def isEnabled(arg0: StreamReadFeature): Boolean
    Definition Classes
    ObjectMapper
  110. def isEnabled(arg0: Feature): Boolean
    Definition Classes
    ObjectMapper
  111. def isEnabled(arg0: Feature): Boolean
    Definition Classes
    ObjectMapper
  112. def isEnabled(arg0: Feature): Boolean
    Definition Classes
    ObjectMapper
  113. def isEnabled(arg0: DeserializationFeature): Boolean
    Definition Classes
    ObjectMapper
  114. def isEnabled(arg0: SerializationFeature): Boolean
    Definition Classes
    ObjectMapper
  115. def isEnabled(arg0: MapperFeature): Boolean
    Definition Classes
    ObjectMapper
  116. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  117. def missingNode(): JsonNode
    Definition Classes
    ObjectMapper → TreeCodec
  118. def mixInCount(): Int
    Definition Classes
    ObjectMapper
  119. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  120. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  121. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  122. def nullNode(): JsonNode
    Definition Classes
    ObjectMapper → TreeCodec
  123. def readTree(arg0: URL): JsonNode
    Definition Classes
    ObjectMapper
    Annotations
    @throws(classOf[java.io.IOException])
  124. def readTree(arg0: File): JsonNode
    Definition Classes
    ObjectMapper
    Annotations
    @throws(classOf[java.io.IOException])
  125. def readTree(arg0: Array[Byte], arg1: Int, arg2: Int): JsonNode
    Definition Classes
    ObjectMapper
    Annotations
    @throws(classOf[java.io.IOException])
  126. def readTree(arg0: Array[Byte]): JsonNode
    Definition Classes
    ObjectMapper
    Annotations
    @throws(classOf[java.io.IOException])
  127. def readTree(arg0: String): JsonNode
    Definition Classes
    ObjectMapper
    Annotations
    @throws(classOf[com.fasterxml.jackson.core.JsonProcessingException]) @throws(classOf[com.fasterxml.jackson.databind.JsonMappingException])
  128. def readTree(arg0: Reader): JsonNode
    Definition Classes
    ObjectMapper
    Annotations
    @throws(classOf[java.io.IOException])
  129. def readTree(arg0: InputStream): JsonNode
    Definition Classes
    ObjectMapper
    Annotations
    @throws(classOf[java.io.IOException])
  130. def readTree[T <: TreeNode](arg0: JsonParser): T
    Definition Classes
    ObjectMapper → ObjectCodec → TreeCodec
    Annotations
    @throws(classOf[java.io.IOException])
  131. def readValue[T](src: Array[Byte], offset: Int, len: Int)(implicit arg0: Manifest[T]): T
    Definition Classes
    ScalaObjectMapper
  132. def readValue[T](src: Array[Byte])(implicit arg0: Manifest[T]): T
    Definition Classes
    ScalaObjectMapper
  133. def readValue[T](src: InputStream)(implicit arg0: Manifest[T]): T
    Definition Classes
    ScalaObjectMapper
  134. def readValue[T](src: Reader)(implicit arg0: Manifest[T]): T
    Definition Classes
    ScalaObjectMapper
  135. def readValue[T](content: String)(implicit arg0: Manifest[T]): T
    Definition Classes
    ScalaObjectMapper
  136. def readValue[T](src: URL)(implicit arg0: Manifest[T]): T
    Definition Classes
    ScalaObjectMapper
  137. def readValue[T](src: File)(implicit arg0: Manifest[T]): T
    Definition Classes
    ScalaObjectMapper
  138. def readValue[T](jp: JsonParser)(implicit arg0: Manifest[T]): T

    Method to deserialize JSON content into a Java type, reference to which is passed as argument.

    Method to deserialize JSON content into a Java type, reference to which is passed as argument. Type is passed using so-called "super type token" (see ) and specifically needs to be used if the root type is a parameterized (generic) container type.

    Definition Classes
    ScalaObjectMapper
  139. def readValue[T <: AnyRef](arg0: DataInput, arg1: JavaType): T
    Definition Classes
    ObjectMapper
    Annotations
    @throws(classOf[java.io.IOException])
  140. def readValue[T <: AnyRef](arg0: DataInput, arg1: Class[T]): T
    Definition Classes
    ObjectMapper
    Annotations
    @throws(classOf[java.io.IOException])
  141. def readValue[T <: AnyRef](arg0: Array[Byte], arg1: Int, arg2: Int, arg3: JavaType): T
    Definition Classes
    ObjectMapper
    Annotations
    @throws(classOf[java.io.IOException]) @throws(classOf[com.fasterxml.jackson.core.exc.StreamReadException]) @throws(classOf[com.fasterxml.jackson.databind.DatabindException])
  142. def readValue[T <: AnyRef](arg0: Array[Byte], arg1: JavaType): T
    Definition Classes
    ObjectMapper
    Annotations
    @throws(classOf[java.io.IOException]) @throws(classOf[com.fasterxml.jackson.core.exc.StreamReadException]) @throws(classOf[com.fasterxml.jackson.databind.DatabindException])
  143. def readValue[T <: AnyRef](arg0: Array[Byte], arg1: Int, arg2: Int, arg3: TypeReference[T]): T
    Definition Classes
    ObjectMapper
    Annotations
    @throws(classOf[java.io.IOException]) @throws(classOf[com.fasterxml.jackson.core.exc.StreamReadException]) @throws(classOf[com.fasterxml.jackson.databind.DatabindException])
  144. def readValue[T <: AnyRef](arg0: Array[Byte], arg1: TypeReference[T]): T
    Definition Classes
    ObjectMapper
    Annotations
    @throws(classOf[java.io.IOException]) @throws(classOf[com.fasterxml.jackson.core.exc.StreamReadException]) @throws(classOf[com.fasterxml.jackson.databind.DatabindException])
  145. def readValue[T <: AnyRef](arg0: Array[Byte], arg1: Int, arg2: Int, arg3: Class[T]): T
    Definition Classes
    ObjectMapper
    Annotations
    @throws(classOf[java.io.IOException]) @throws(classOf[com.fasterxml.jackson.core.exc.StreamReadException]) @throws(classOf[com.fasterxml.jackson.databind.DatabindException])
  146. def readValue[T <: AnyRef](arg0: Array[Byte], arg1: Class[T]): T
    Definition Classes
    ObjectMapper
    Annotations
    @throws(classOf[java.io.IOException]) @throws(classOf[com.fasterxml.jackson.core.exc.StreamReadException]) @throws(classOf[com.fasterxml.jackson.databind.DatabindException])
  147. def readValue[T <: AnyRef](arg0: InputStream, arg1: JavaType): T
    Definition Classes
    ObjectMapper
    Annotations
    @throws(classOf[java.io.IOException]) @throws(classOf[com.fasterxml.jackson.core.exc.StreamReadException]) @throws(classOf[com.fasterxml.jackson.databind.DatabindException])
  148. def readValue[T <: AnyRef](arg0: InputStream, arg1: TypeReference[T]): T
    Definition Classes
    ObjectMapper
    Annotations
    @throws(classOf[java.io.IOException]) @throws(classOf[com.fasterxml.jackson.core.exc.StreamReadException]) @throws(classOf[com.fasterxml.jackson.databind.DatabindException])
  149. def readValue[T <: AnyRef](arg0: InputStream, arg1: Class[T]): T
    Definition Classes
    ObjectMapper
    Annotations
    @throws(classOf[java.io.IOException]) @throws(classOf[com.fasterxml.jackson.core.exc.StreamReadException]) @throws(classOf[com.fasterxml.jackson.databind.DatabindException])
  150. def readValue[T <: AnyRef](arg0: Reader, arg1: JavaType): T
    Definition Classes
    ObjectMapper
    Annotations
    @throws(classOf[java.io.IOException]) @throws(classOf[com.fasterxml.jackson.core.exc.StreamReadException]) @throws(classOf[com.fasterxml.jackson.databind.DatabindException])
  151. def readValue[T <: AnyRef](arg0: Reader, arg1: TypeReference[T]): T
    Definition Classes
    ObjectMapper
    Annotations
    @throws(classOf[java.io.IOException]) @throws(classOf[com.fasterxml.jackson.core.exc.StreamReadException]) @throws(classOf[com.fasterxml.jackson.databind.DatabindException])
  152. def readValue[T <: AnyRef](arg0: Reader, arg1: Class[T]): T
    Definition Classes
    ObjectMapper
    Annotations
    @throws(classOf[java.io.IOException]) @throws(classOf[com.fasterxml.jackson.core.exc.StreamReadException]) @throws(classOf[com.fasterxml.jackson.databind.DatabindException])
  153. def readValue[T <: AnyRef](arg0: String, arg1: JavaType): T
    Definition Classes
    ObjectMapper
    Annotations
    @throws(classOf[com.fasterxml.jackson.core.JsonProcessingException]) @throws(classOf[com.fasterxml.jackson.databind.JsonMappingException])
  154. def readValue[T <: AnyRef](arg0: String, arg1: TypeReference[T]): T
    Definition Classes
    ObjectMapper
    Annotations
    @throws(classOf[com.fasterxml.jackson.core.JsonProcessingException]) @throws(classOf[com.fasterxml.jackson.databind.JsonMappingException])
  155. def readValue[T <: AnyRef](arg0: String, arg1: Class[T]): T
    Definition Classes
    ObjectMapper
    Annotations
    @throws(classOf[com.fasterxml.jackson.core.JsonProcessingException]) @throws(classOf[com.fasterxml.jackson.databind.JsonMappingException])
  156. def readValue[T <: AnyRef](arg0: URL, arg1: JavaType): T
    Definition Classes
    ObjectMapper
    Annotations
    @throws(classOf[java.io.IOException]) @throws(classOf[com.fasterxml.jackson.core.exc.StreamReadException]) @throws(classOf[com.fasterxml.jackson.databind.DatabindException])
  157. def readValue[T <: AnyRef](arg0: URL, arg1: TypeReference[T]): T
    Definition Classes
    ObjectMapper
    Annotations
    @throws(classOf[java.io.IOException]) @throws(classOf[com.fasterxml.jackson.core.exc.StreamReadException]) @throws(classOf[com.fasterxml.jackson.databind.DatabindException])
  158. def readValue[T <: AnyRef](arg0: URL, arg1: Class[T]): T
    Definition Classes
    ObjectMapper
    Annotations
    @throws(classOf[java.io.IOException]) @throws(classOf[com.fasterxml.jackson.core.exc.StreamReadException]) @throws(classOf[com.fasterxml.jackson.databind.DatabindException])
  159. def readValue[T <: AnyRef](arg0: File, arg1: JavaType): T
    Definition Classes
    ObjectMapper
    Annotations
    @throws(classOf[java.io.IOException]) @throws(classOf[com.fasterxml.jackson.core.exc.StreamReadException]) @throws(classOf[com.fasterxml.jackson.databind.DatabindException])
  160. def readValue[T <: AnyRef](arg0: File, arg1: TypeReference[T]): T
    Definition Classes
    ObjectMapper
    Annotations
    @throws(classOf[java.io.IOException]) @throws(classOf[com.fasterxml.jackson.core.exc.StreamReadException]) @throws(classOf[com.fasterxml.jackson.databind.DatabindException])
  161. def readValue[T <: AnyRef](arg0: File, arg1: Class[T]): T
    Definition Classes
    ObjectMapper
    Annotations
    @throws(classOf[java.io.IOException]) @throws(classOf[com.fasterxml.jackson.core.exc.StreamReadException]) @throws(classOf[com.fasterxml.jackson.databind.DatabindException])
  162. def readValue[T <: AnyRef](arg0: JsonParser, arg1: JavaType): T
    Definition Classes
    ObjectMapper
    Annotations
    @throws(classOf[java.io.IOException]) @throws(classOf[com.fasterxml.jackson.core.exc.StreamReadException]) @throws(classOf[com.fasterxml.jackson.databind.DatabindException])
  163. final def readValue[T <: AnyRef](arg0: JsonParser, arg1: ResolvedType): T
    Definition Classes
    ObjectMapper → ObjectCodec
    Annotations
    @throws(classOf[java.io.IOException]) @throws(classOf[com.fasterxml.jackson.core.exc.StreamReadException]) @throws(classOf[com.fasterxml.jackson.databind.DatabindException])
  164. def readValue[T <: AnyRef](arg0: JsonParser, arg1: TypeReference[T]): T
    Definition Classes
    ObjectMapper → ObjectCodec
    Annotations
    @throws(classOf[java.io.IOException]) @throws(classOf[com.fasterxml.jackson.core.exc.StreamReadException]) @throws(classOf[com.fasterxml.jackson.databind.DatabindException])
  165. def readValue[T <: AnyRef](arg0: JsonParser, arg1: Class[T]): T
    Definition Classes
    ObjectMapper → ObjectCodec
    Annotations
    @throws(classOf[java.io.IOException]) @throws(classOf[com.fasterxml.jackson.core.exc.StreamReadException]) @throws(classOf[com.fasterxml.jackson.databind.DatabindException])
  166. def readValues[T](jp: JsonParser)(implicit arg0: Manifest[T]): MappingIterator[T]

    Method for reading sequence of Objects from parser stream.

    Method for reading sequence of Objects from parser stream. Sequence can be either root-level "unwrapped" sequence (without surrounding JSON array), or a sequence contained in a JSON Array. In either case com.fasterxml.jackson.core.JsonParser must point to the first token of the first element, OR not point to any token (in which case it is advanced to the next token). This means, specifically, that for wrapped sequences, parser MUST NOT point to the surrounding START_ARRAY but rather to the token following it.

    Note that com.fasterxml.jackson.databind.ObjectReader has more complete set of variants.

    Definition Classes
    ScalaObjectMapper
  167. def readValues[T <: AnyRef](arg0: JsonParser, arg1: TypeReference[T]): MappingIterator[T]
    Definition Classes
    ObjectMapper → ObjectCodec
    Annotations
    @throws(classOf[java.io.IOException])
  168. def readValues[T <: AnyRef](arg0: JsonParser, arg1: Class[T]): MappingIterator[T]
    Definition Classes
    ObjectMapper → ObjectCodec
    Annotations
    @throws(classOf[java.io.IOException])
  169. def readValues[T <: AnyRef](arg0: JsonParser, arg1: JavaType): MappingIterator[T]
    Definition Classes
    ObjectMapper
    Annotations
    @throws(classOf[java.io.IOException])
  170. def readValues[T <: AnyRef](arg0: JsonParser, arg1: ResolvedType): MappingIterator[T]
    Definition Classes
    ObjectMapper → ObjectCodec
    Annotations
    @throws(classOf[java.io.IOException])
  171. def reader(arg0: ContextAttributes): ObjectReader
    Definition Classes
    ObjectMapper
  172. def reader(arg0: Base64Variant): ObjectReader
    Definition Classes
    ObjectMapper
  173. def reader(arg0: InjectableValues): ObjectReader
    Definition Classes
    ObjectMapper
  174. def reader(arg0: FormatSchema): ObjectReader
    Definition Classes
    ObjectMapper
  175. def reader(arg0: JsonNodeFactory): ObjectReader
    Definition Classes
    ObjectMapper
  176. def reader(arg0: DeserializationFeature, arg1: <repeated...>[DeserializationFeature]): ObjectReader
    Definition Classes
    ObjectMapper
    Annotations
    @transient()
  177. def reader(arg0: DeserializationFeature): ObjectReader
    Definition Classes
    ObjectMapper
  178. def reader(): ObjectReader
    Definition Classes
    ObjectMapper
  179. def readerFor[T](implicit arg0: Manifest[T]): ObjectReader

    Factory method for constructing com.fasterxml.jackson.databind.ObjectReader that will read or update instances of specified type

    Factory method for constructing com.fasterxml.jackson.databind.ObjectReader that will read or update instances of specified type

    Definition Classes
    ScalaObjectMapper
  180. def readerFor(arg0: TypeReference[_ <: AnyRef]): ObjectReader
    Definition Classes
    ObjectMapper
  181. def readerFor(arg0: Class[_ <: AnyRef]): ObjectReader
    Definition Classes
    ObjectMapper
  182. def readerFor(arg0: JavaType): ObjectReader
    Definition Classes
    ObjectMapper
  183. def readerForArrayOf(arg0: Class[_ <: AnyRef]): ObjectReader
    Definition Classes
    ObjectMapper
  184. def readerForListOf(arg0: Class[_ <: AnyRef]): ObjectReader
    Definition Classes
    ObjectMapper
  185. def readerForMapOf(arg0: Class[_ <: AnyRef]): ObjectReader
    Definition Classes
    ObjectMapper
  186. def readerForUpdating(arg0: AnyRef): ObjectReader
    Definition Classes
    ObjectMapper
  187. def readerWithView[T](implicit arg0: Manifest[T]): ObjectReader

    Factory method for constructing com.fasterxml.jackson.databind.ObjectReader that will deserialize objects using specified JSON View (filter).

    Factory method for constructing com.fasterxml.jackson.databind.ObjectReader that will deserialize objects using specified JSON View (filter).

    Definition Classes
    ScalaObjectMapper
  188. def readerWithView(arg0: Class[_ <: AnyRef]): ObjectReader
    Definition Classes
    ObjectMapper
  189. def registerModule(arg0: Module): ObjectMapper
    Definition Classes
    ObjectMapper
  190. def registerModules(arg0: Iterable[_ <: Module]): ObjectMapper
    Definition Classes
    ObjectMapper
  191. def registerModules(arg0: <repeated...>[Module]): ObjectMapper
    Definition Classes
    ObjectMapper
    Annotations
    @transient()
  192. def registerSubtypes(arg0: Collection[Class[_ <: AnyRef]]): Unit
    Definition Classes
    ObjectMapper
  193. def registerSubtypes(arg0: <repeated...>[NamedType]): Unit
    Definition Classes
    ObjectMapper
    Annotations
    @transient()
  194. def registerSubtypes(arg0: <repeated...>[Class[_ <: AnyRef]]): Unit
    Definition Classes
    ObjectMapper
    Annotations
    @transient()
  195. def setAccessorNaming(arg0: Provider): ObjectMapper
    Definition Classes
    ObjectMapper
  196. def setAnnotationIntrospector(arg0: AnnotationIntrospector): ObjectMapper
    Definition Classes
    ObjectMapper
  197. def setAnnotationIntrospectors(arg0: AnnotationIntrospector, arg1: AnnotationIntrospector): ObjectMapper
    Definition Classes
    ObjectMapper
  198. def setBase64Variant(arg0: Base64Variant): ObjectMapper
    Definition Classes
    ObjectMapper
  199. def setCacheProvider(arg0: CacheProvider): ObjectMapper
    Definition Classes
    ObjectMapper
  200. def setConfig(arg0: SerializationConfig): ObjectMapper
    Definition Classes
    ObjectMapper
  201. def setConfig(arg0: DeserializationConfig): ObjectMapper
    Definition Classes
    ObjectMapper
  202. def setConstructorDetector(arg0: ConstructorDetector): ObjectMapper
    Definition Classes
    ObjectMapper
  203. def setDateFormat(arg0: DateFormat): ObjectMapper
    Definition Classes
    ObjectMapper
  204. def setDefaultAttributes(arg0: ContextAttributes): ObjectMapper
    Definition Classes
    ObjectMapper
  205. def setDefaultLeniency(arg0: Boolean): ObjectMapper
    Definition Classes
    ObjectMapper
  206. def setDefaultMergeable(arg0: Boolean): ObjectMapper
    Definition Classes
    ObjectMapper
  207. def setDefaultPrettyPrinter(arg0: PrettyPrinter): ObjectMapper
    Definition Classes
    ObjectMapper
  208. def setDefaultPropertyInclusion(arg0: Include): ObjectMapper
    Definition Classes
    ObjectMapper
  209. def setDefaultPropertyInclusion(arg0: Value): ObjectMapper
    Definition Classes
    ObjectMapper
  210. def setDefaultSetterInfo(arg0: Value): ObjectMapper
    Definition Classes
    ObjectMapper
  211. def setDefaultTyping(arg0: TypeResolverBuilder[_ <: AnyRef]): ObjectMapper
    Definition Classes
    ObjectMapper
  212. def setDefaultVisibility(arg0: Value): ObjectMapper
    Definition Classes
    ObjectMapper
  213. def setFilterProvider(arg0: FilterProvider): ObjectMapper
    Definition Classes
    ObjectMapper
  214. def setHandlerInstantiator(arg0: HandlerInstantiator): AnyRef
    Definition Classes
    ObjectMapper
  215. def setInjectableValues(arg0: InjectableValues): ObjectMapper
    Definition Classes
    ObjectMapper
  216. def setLocale(arg0: Locale): ObjectMapper
    Definition Classes
    ObjectMapper
  217. def setMixInResolver(arg0: MixInResolver): ObjectMapper
    Definition Classes
    ObjectMapper
  218. def setMixIns(arg0: Map[Class[_ <: AnyRef], Class[_ <: AnyRef]]): ObjectMapper
    Definition Classes
    ObjectMapper
  219. def setNodeFactory(arg0: JsonNodeFactory): ObjectMapper
    Definition Classes
    ObjectMapper
  220. def setPolymorphicTypeValidator(arg0: PolymorphicTypeValidator): ObjectMapper
    Definition Classes
    ObjectMapper
  221. def setPropertyNamingStrategy(arg0: PropertyNamingStrategy): ObjectMapper
    Definition Classes
    ObjectMapper
  222. def setSerializationInclusion(arg0: Include): ObjectMapper
    Definition Classes
    ObjectMapper
  223. def setSerializerFactory(arg0: SerializerFactory): ObjectMapper
    Definition Classes
    ObjectMapper
  224. def setSerializerProvider(arg0: DefaultSerializerProvider): ObjectMapper
    Definition Classes
    ObjectMapper
  225. def setSubtypeResolver(arg0: SubtypeResolver): ObjectMapper
    Definition Classes
    ObjectMapper
  226. def setTimeZone(arg0: TimeZone): ObjectMapper
    Definition Classes
    ObjectMapper
  227. def setTypeFactory(arg0: TypeFactory): ObjectMapper
    Definition Classes
    ObjectMapper
  228. def setVisibility(arg0: PropertyAccessor, arg1: Visibility): ObjectMapper
    Definition Classes
    ObjectMapper
  229. def setVisibility(arg0: VisibilityChecker[_ <: AnyRef]): ObjectMapper
    Definition Classes
    ObjectMapper
  230. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  231. def toString(): String
    Definition Classes
    AnyRef → Any
  232. def tokenStreamFactory(): JsonFactory
    Definition Classes
    ObjectMapper
  233. def treeAsTokens(arg0: TreeNode): JsonParser
    Definition Classes
    ObjectMapper → ObjectCodec → TreeCodec
  234. def treeToValue[T](n: TreeNode)(implicit arg0: Manifest[T]): T

    Convenience conversion method that will bind data given JSON tree contains into specific value (usually bean) type.

    Convenience conversion method that will bind data given JSON tree contains into specific value (usually bean) type.

    Equivalent to:

    objectMapper.convertValue(n, valueClass);
    

    Definition Classes
    ScalaObjectMapper
  235. def treeToValue[T <: AnyRef](arg0: TreeNode, arg1: TypeReference[T]): T
    Definition Classes
    ObjectMapper
    Annotations
    @throws(classOf[java.lang.IllegalArgumentException]) @throws(classOf[com.fasterxml.jackson.core.JsonProcessingException])
  236. def treeToValue[T <: AnyRef](arg0: TreeNode, arg1: JavaType): T
    Definition Classes
    ObjectMapper
    Annotations
    @throws(classOf[java.lang.IllegalArgumentException]) @throws(classOf[com.fasterxml.jackson.core.JsonProcessingException])
  237. def treeToValue[T <: AnyRef](arg0: TreeNode, arg1: Class[T]): T
    Definition Classes
    ObjectMapper → ObjectCodec
    Annotations
    @throws(classOf[java.lang.IllegalArgumentException]) @throws(classOf[com.fasterxml.jackson.core.JsonProcessingException])
  238. def updateValue[T](valueToUpdate: T, src: Array[Byte], offset: Int, len: Int)(implicit arg0: Manifest[T]): T
    Definition Classes
    ScalaObjectMapper
  239. def updateValue[T](valueToUpdate: T, src: Array[Byte])(implicit arg0: Manifest[T]): T
    Definition Classes
    ScalaObjectMapper
  240. def updateValue[T](valueToUpdate: T, src: InputStream)(implicit arg0: Manifest[T]): T
    Definition Classes
    ScalaObjectMapper
  241. def updateValue[T](valueToUpdate: T, src: Reader)(implicit arg0: Manifest[T]): T
    Definition Classes
    ScalaObjectMapper
  242. def updateValue[T](valueToUpdate: T, content: String)(implicit arg0: Manifest[T]): T
    Definition Classes
    ScalaObjectMapper
  243. def updateValue[T](valueToUpdate: T, src: URL)(implicit arg0: Manifest[T]): T
    Definition Classes
    ScalaObjectMapper
  244. def updateValue[T](valueToUpdate: T, src: File)(implicit arg0: Manifest[T]): T
    Definition Classes
    ScalaObjectMapper
  245. def updateValue[T <: AnyRef](arg0: T, arg1: AnyRef): T
    Definition Classes
    ObjectMapper
    Annotations
    @throws(classOf[com.fasterxml.jackson.databind.JsonMappingException])
  246. def valueToTree[T <: JsonNode](arg0: AnyRef): T
    Definition Classes
    ObjectMapper
    Annotations
    @throws(classOf[java.lang.IllegalArgumentException])
  247. def version(): Version
    Definition Classes
    ObjectMapper → ObjectCodec → Versioned
  248. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  249. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  250. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  251. def writeTree(arg0: JsonGenerator, arg1: JsonNode): Unit
    Definition Classes
    ObjectMapper
    Annotations
    @throws(classOf[java.io.IOException])
  252. def writeTree(arg0: JsonGenerator, arg1: TreeNode): Unit
    Definition Classes
    ObjectMapper → ObjectCodec → TreeCodec
    Annotations
    @throws(classOf[java.io.IOException])
  253. def writeValue(arg0: Writer, arg1: AnyRef): Unit
    Definition Classes
    ObjectMapper
    Annotations
    @throws(classOf[java.io.IOException]) @throws(classOf[com.fasterxml.jackson.core.exc.StreamWriteException]) @throws(classOf[com.fasterxml.jackson.databind.DatabindException])
  254. def writeValue(arg0: DataOutput, arg1: AnyRef): Unit
    Definition Classes
    ObjectMapper
    Annotations
    @throws(classOf[java.io.IOException])
  255. def writeValue(arg0: OutputStream, arg1: AnyRef): Unit
    Definition Classes
    ObjectMapper
    Annotations
    @throws(classOf[java.io.IOException]) @throws(classOf[com.fasterxml.jackson.core.exc.StreamWriteException]) @throws(classOf[com.fasterxml.jackson.databind.DatabindException])
  256. def writeValue(arg0: File, arg1: AnyRef): Unit
    Definition Classes
    ObjectMapper
    Annotations
    @throws(classOf[java.io.IOException]) @throws(classOf[com.fasterxml.jackson.core.exc.StreamWriteException]) @throws(classOf[com.fasterxml.jackson.databind.DatabindException])
  257. def writeValue(arg0: JsonGenerator, arg1: AnyRef): Unit
    Definition Classes
    ObjectMapper → ObjectCodec
    Annotations
    @throws(classOf[java.io.IOException]) @throws(classOf[com.fasterxml.jackson.core.exc.StreamWriteException]) @throws(classOf[com.fasterxml.jackson.databind.DatabindException])
  258. def writeValueAsBytes(arg0: AnyRef): Array[Byte]
    Definition Classes
    ObjectMapper
    Annotations
    @throws(classOf[com.fasterxml.jackson.core.JsonProcessingException])
  259. def writeValueAsString(arg0: AnyRef): String
    Definition Classes
    ObjectMapper
    Annotations
    @throws(classOf[com.fasterxml.jackson.core.JsonProcessingException])
  260. def writer(arg0: ContextAttributes): ObjectWriter
    Definition Classes
    ObjectMapper
  261. def writer(arg0: CharacterEscapes): ObjectWriter
    Definition Classes
    ObjectMapper
  262. def writer(arg0: Base64Variant): ObjectWriter
    Definition Classes
    ObjectMapper
  263. def writer(arg0: FormatSchema): ObjectWriter
    Definition Classes
    ObjectMapper
  264. def writer(arg0: FilterProvider): ObjectWriter
    Definition Classes
    ObjectMapper
  265. def writer(arg0: PrettyPrinter): ObjectWriter
    Definition Classes
    ObjectMapper
  266. def writer(arg0: DateFormat): ObjectWriter
    Definition Classes
    ObjectMapper
  267. def writer(arg0: SerializationFeature, arg1: <repeated...>[SerializationFeature]): ObjectWriter
    Definition Classes
    ObjectMapper
    Annotations
    @transient()
  268. def writer(arg0: SerializationFeature): ObjectWriter
    Definition Classes
    ObjectMapper
  269. def writer(): ObjectWriter
    Definition Classes
    ObjectMapper
  270. def writerFor[T](implicit arg0: Manifest[T]): ObjectWriter

    Factory method for constructing com.fasterxml.jackson.databind.ObjectWriter that will serialize objects using specified root type, instead of actual runtime type of value.

    Factory method for constructing com.fasterxml.jackson.databind.ObjectWriter that will serialize objects using specified root type, instead of actual runtime type of value. Type must be a super-type of runtime type.

    Main reason for using this method is performance, as writer is able to pre-fetch serializer to use before write, and if writer is used more than once this avoids addition per-value serializer lookups.

    Definition Classes
    ScalaObjectMapper
    Since

    2.5

  271. def writerFor(arg0: JavaType): ObjectWriter
    Definition Classes
    ObjectMapper
  272. def writerFor(arg0: TypeReference[_ <: AnyRef]): ObjectWriter
    Definition Classes
    ObjectMapper
  273. def writerFor(arg0: Class[_ <: AnyRef]): ObjectWriter
    Definition Classes
    ObjectMapper
  274. def writerWithDefaultPrettyPrinter(): ObjectWriter
    Definition Classes
    ObjectMapper
  275. def writerWithView[T](implicit arg0: Manifest[T]): ObjectWriter

    Factory method for constructing com.fasterxml.jackson.databind.ObjectWriter that will serialize objects using specified JSON View (filter).

    Factory method for constructing com.fasterxml.jackson.databind.ObjectWriter that will serialize objects using specified JSON View (filter).

    Definition Classes
    ScalaObjectMapper
  276. def writerWithView(arg0: Class[_ <: AnyRef]): ObjectWriter
    Definition Classes
    ObjectMapper

Deprecated Value Members

  1. final def _configAndWriteValue(arg0: JsonGenerator, arg1: AnyRef): Unit
    Attributes
    protected[databind]
    Definition Classes
    ObjectMapper
    Annotations
    @throws(classOf[java.io.IOException]) @Deprecated
    Deprecated
  2. final def addMixInAnnotations[Target, MixinSource]()(implicit arg0: Manifest[Target], arg1: Manifest[MixinSource]): ObjectMapper

    Definition Classes
    ScalaObjectMapper
    Annotations
    @deprecated
    Deprecated

    (Since version 2.5) use addMixIn

  3. final def addMixInAnnotations(arg0: Class[_ <: AnyRef], arg1: Class[_ <: AnyRef]): Unit
    Definition Classes
    ObjectMapper
    Annotations
    @Deprecated
    Deprecated
  4. final def addMixin[Target, MixinSource]()(implicit arg0: Manifest[Target], arg1: Manifest[MixinSource]): ObjectMapper

    Method to use for adding mix-in annotations to use for augmenting specified class or interface.

    Method to use for adding mix-in annotations to use for augmenting specified class or interface. All annotations from mixinSource are taken to override annotations that target (or its supertypes) has.

    Target

    Class (or interface) whose annotations to effectively override

    MixinSource

    Class (or interface) whose annotations are to be "added" to target's annotations, overriding as necessary

    Definition Classes
    ScalaObjectMapper
    Annotations
    @deprecated
    Deprecated

    (Since version 2.12.2) this support in jackson-databind is moving to the MapperBuilder

  5. def canDeserialize[T](implicit arg0: Manifest[T]): Boolean

    Method that can be called to check whether mapper thinks it could deserialize an Object of given type.

    Method that can be called to check whether mapper thinks it could deserialize an Object of given type. Check is done by checking whether a deserializer can be found for the type.

    returns

    True if mapper can find a serializer for instances of given class (potentially serializable), false otherwise (not serializable)

    Definition Classes
    ScalaObjectMapper
    Annotations
    @deprecated
    Deprecated

    (Since version 2.12.1) jackson-databind will not implement this in v3.0.0

  6. def canDeserialize(arg0: JavaType, arg1: AtomicReference[Throwable]): Boolean
    Definition Classes
    ObjectMapper
    Annotations
    @Deprecated
    Deprecated
  7. def canDeserialize(arg0: JavaType): Boolean
    Definition Classes
    ObjectMapper
    Annotations
    @Deprecated
    Deprecated
  8. def canSerialize[T](implicit arg0: Manifest[T]): Boolean

    Method that can be called to check whether mapper thinks it could serialize an instance of given Class.

    Method that can be called to check whether mapper thinks it could serialize an instance of given Class. Check is done by checking whether a serializer can be found for the type.

    returns

    True if mapper can find a serializer for instances of given class (potentially serializable), false otherwise (not serializable)

    Definition Classes
    ScalaObjectMapper
    Annotations
    @deprecated
    Deprecated

    (Since version 2.12.1) jackson-databind will not implement this in v3.0.0

  9. def canSerialize(arg0: Class[_ <: AnyRef], arg1: AtomicReference[Throwable]): Boolean
    Definition Classes
    ObjectMapper
    Annotations
    @Deprecated
    Deprecated
  10. def canSerialize(arg0: Class[_ <: AnyRef]): Boolean
    Definition Classes
    ObjectMapper
    Annotations
    @Deprecated
    Deprecated
  11. def configure(arg0: MapperFeature, arg1: Boolean): ObjectMapper
    Definition Classes
    ObjectMapper
    Annotations
    @Deprecated
    Deprecated
  12. def disable(arg0: <repeated...>[MapperFeature]): ObjectMapper
    Definition Classes
    ObjectMapper
    Annotations
    @Deprecated @transient()
    Deprecated
  13. def disableDefaultTyping(): ObjectMapper
    Definition Classes
    ObjectMapper
    Annotations
    @Deprecated
    Deprecated
  14. def enable(arg0: <repeated...>[MapperFeature]): ObjectMapper
    Definition Classes
    ObjectMapper
    Annotations
    @Deprecated @transient()
    Deprecated
  15. def enableDefaultTyping(arg0: DefaultTyping, arg1: As): ObjectMapper
    Definition Classes
    ObjectMapper
    Annotations
    @Deprecated
    Deprecated
  16. def enableDefaultTyping(arg0: DefaultTyping): ObjectMapper
    Definition Classes
    ObjectMapper
    Annotations
    @Deprecated
    Deprecated
  17. def enableDefaultTyping(): ObjectMapper
    Definition Classes
    ObjectMapper
    Annotations
    @Deprecated
    Deprecated
  18. def enableDefaultTypingAsProperty(arg0: DefaultTyping, arg1: String): ObjectMapper
    Definition Classes
    ObjectMapper
    Annotations
    @Deprecated
    Deprecated
  19. final def findMixInClassFor[T](implicit arg0: Manifest[T]): Class[_]
    Definition Classes
    ScalaObjectMapper
    Annotations
    @deprecated
    Deprecated

    (Since version 2.12.2) this support in jackson-databind is moving to the MapperBuilder

  20. def generateJsonSchema[T](implicit arg0: Manifest[T]): JsonSchema

    Generate Json-schema instance for specified class.

    Generate Json-schema instance for specified class.

    T

    The class to generate schema for

    returns

    Constructed JSON schema.

    Definition Classes
    ScalaObjectMapper
    Annotations
    @deprecated
    Deprecated

    (Since version 2.2.2) JsonSchema is deprecated in favor of JsonFormatVisitor

  21. def generateJsonSchema(arg0: Class[_ <: AnyRef]): JsonSchema
    Definition Classes
    ObjectMapper
    Annotations
    @throws(classOf[com.fasterxml.jackson.databind.JsonMappingException]) @Deprecated
    Deprecated
  22. def getJsonFactory(): JsonFactory
    Definition Classes
    ObjectCodec
    Annotations
    @Deprecated
    Deprecated
  23. def reader[T](implicit arg0: Manifest[T]): ObjectReader

    Factory method for constructing com.fasterxml.jackson.databind.ObjectReader that will read or update instances of specified type

    Factory method for constructing com.fasterxml.jackson.databind.ObjectReader that will read or update instances of specified type

    Definition Classes
    ScalaObjectMapper
    Annotations
    @deprecated
    Deprecated

    (Since version 2.6) Replaced with readerFor

  24. def reader(arg0: TypeReference[_ <: AnyRef]): ObjectReader
    Definition Classes
    ObjectMapper
    Annotations
    @Deprecated
    Deprecated
  25. def reader(arg0: Class[_ <: AnyRef]): ObjectReader
    Definition Classes
    ObjectMapper
    Annotations
    @Deprecated
    Deprecated
  26. def reader(arg0: JavaType): ObjectReader
    Definition Classes
    ObjectMapper
    Annotations
    @Deprecated
    Deprecated
  27. def setFilters(arg0: FilterProvider): Unit
    Definition Classes
    ObjectMapper
    Annotations
    @Deprecated
    Deprecated
  28. def setMixInAnnotations(arg0: Map[Class[_ <: AnyRef], Class[_ <: AnyRef]]): Unit
    Definition Classes
    ObjectMapper
    Annotations
    @Deprecated
    Deprecated
  29. def setPropertyInclusion(arg0: Value): ObjectMapper
    Definition Classes
    ObjectMapper
    Annotations
    @Deprecated
    Deprecated
  30. def setVisibilityChecker(arg0: VisibilityChecker[_ <: AnyRef]): Unit
    Definition Classes
    ObjectMapper
    Annotations
    @Deprecated
    Deprecated
  31. def writerWithType[T](implicit arg0: Manifest[T]): ObjectWriter

    Definition Classes
    ScalaObjectMapper
    Annotations
    @deprecated
    Deprecated

    (Since version 2.5) Replaced with writerFor

  32. def writerWithType(arg0: JavaType): ObjectWriter
    Definition Classes
    ObjectMapper
    Annotations
    @Deprecated
    Deprecated
  33. def writerWithType(arg0: TypeReference[_ <: AnyRef]): ObjectWriter
    Definition Classes
    ObjectMapper
    Annotations
    @Deprecated
    Deprecated
  34. def writerWithType(arg0: Class[_ <: AnyRef]): ObjectWriter
    Definition Classes
    ObjectMapper
    Annotations
    @Deprecated
    Deprecated

Inherited from ScalaObjectMapper

Inherited from ObjectMapper

Inherited from Serializable

Inherited from ObjectCodec

Inherited from Versioned

Inherited from TreeCodec

Inherited from AnyRef

Inherited from Any

Ungrouped