Class

com.fasterxml.jackson.module.scala.ScalaObjectMapper

Mixin

Related Doc: package ScalaObjectMapper

Permalink

final class Mixin extends JsonMapper with ScalaObjectMapper

Linear Supertypes
ScalaObjectMapper, JsonMapper, ObjectMapper, Serializable, ObjectCodec, Versioned, TreeCodec, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Mixin
  2. ScalaObjectMapper
  3. JsonMapper
  4. ObjectMapper
  5. Serializable
  6. ObjectCodec
  7. Versioned
  8. TreeCodec
  9. AnyRef
  10. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

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. final def _assertNotNull(arg0: String, arg1: Any): Unit

    Permalink
    Attributes
    protected[com.fasterxml.jackson.databind]
    Definition Classes
    ObjectMapper
  5. def _checkInvalidCopy(arg0: Class[_]): Unit

    Permalink
    Attributes
    protected[com.fasterxml.jackson.databind]
    Definition Classes
    ObjectMapper
  6. def _constructDefaultTypeResolverBuilder(arg0: DefaultTyping, arg1: PolymorphicTypeValidator): TypeResolverBuilder[_]

    Permalink
    Attributes
    protected[com.fasterxml.jackson.databind]
    Definition Classes
    ObjectMapper
  7. def _convert(arg0: Any, arg1: JavaType): AnyRef

    Permalink
    Attributes
    protected[com.fasterxml.jackson.databind]
    Definition Classes
    ObjectMapper
    Annotations
    @throws( ... )
  8. def _findRootDeserializer(arg0: DeserializationContext, arg1: JavaType): JsonDeserializer[AnyRef]

    Permalink
    Attributes
    protected[com.fasterxml.jackson.databind]
    Definition Classes
    ObjectMapper
    Annotations
    @throws( ... )
  9. def _initForReading(arg0: JsonParser, arg1: JavaType): JsonToken

    Permalink
    Attributes
    protected[com.fasterxml.jackson.databind]
    Definition Classes
    ObjectMapper
    Annotations
    @throws( classOf[java.io.IOException] )
  10. def _newReader(arg0: DeserializationConfig, arg1: JavaType, arg2: Any, arg3: FormatSchema, arg4: InjectableValues): ObjectReader

    Permalink
    Attributes
    protected[com.fasterxml.jackson.databind]
    Definition Classes
    ObjectMapper
  11. def _newReader(arg0: DeserializationConfig): ObjectReader

    Permalink
    Attributes
    protected[com.fasterxml.jackson.databind]
    Definition Classes
    ObjectMapper
  12. def _newWriter(arg0: SerializationConfig, arg1: JavaType, arg2: PrettyPrinter): ObjectWriter

    Permalink
    Attributes
    protected[com.fasterxml.jackson.databind]
    Definition Classes
    ObjectMapper
  13. def _newWriter(arg0: SerializationConfig, arg1: FormatSchema): ObjectWriter

    Permalink
    Attributes
    protected[com.fasterxml.jackson.databind]
    Definition Classes
    ObjectMapper
  14. def _newWriter(arg0: SerializationConfig): ObjectWriter

    Permalink
    Attributes
    protected[com.fasterxml.jackson.databind]
    Definition Classes
    ObjectMapper
  15. def _readMapAndClose(arg0: JsonParser, arg1: JavaType): AnyRef

    Permalink
    Attributes
    protected[com.fasterxml.jackson.databind]
    Definition Classes
    ObjectMapper
    Annotations
    @throws( classOf[java.io.IOException] )
  16. def _readTreeAndClose(arg0: JsonParser): JsonNode

    Permalink
    Attributes
    protected[com.fasterxml.jackson.databind]
    Definition Classes
    ObjectMapper
    Annotations
    @throws( classOf[java.io.IOException] )
  17. def _readValue(arg0: DeserializationConfig, arg1: JsonParser, arg2: JavaType): AnyRef

    Permalink
    Attributes
    protected[com.fasterxml.jackson.databind]
    Definition Classes
    ObjectMapper
    Annotations
    @throws( classOf[java.io.IOException] )
  18. def _serializerProvider(arg0: SerializationConfig): DefaultSerializerProvider

    Permalink
    Attributes
    protected[com.fasterxml.jackson.databind]
    Definition Classes
    ObjectMapper
  19. final def _verifyNoTrailingTokens(arg0: JsonParser, arg1: DeserializationContext, arg2: JavaType): Unit

    Permalink
    Attributes
    protected[com.fasterxml.jackson.databind]
    Definition Classes
    ObjectMapper
    Annotations
    @throws( classOf[java.io.IOException] )
  20. def _verifySchemaType(arg0: FormatSchema): Unit

    Permalink
    Attributes
    protected[com.fasterxml.jackson.databind]
    Definition Classes
    ObjectMapper
  21. final def _writeValueAndClose(arg0: JsonGenerator, arg1: Any): Unit

    Permalink
    Attributes
    protected[com.fasterxml.jackson.databind]
    Definition Classes
    ObjectMapper
    Annotations
    @throws( classOf[java.io.IOException] )
  22. def acceptJsonFormatVisitor[T](visitor: JsonFormatVisitorWrapper)(implicit arg0: Manifest[T]): Unit

    Permalink

    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

    Permalink
    Definition Classes
    ObjectMapper
    Annotations
    @throws( ... )
  24. def acceptJsonFormatVisitor(arg0: Class[_], arg1: JsonFormatVisitorWrapper): Unit

    Permalink
    Definition Classes
    ObjectMapper
    Annotations
    @throws( ... )
  25. def activateDefaultTyping(arg0: PolymorphicTypeValidator, arg1: DefaultTyping, arg2: As): ObjectMapper

    Permalink
    Definition Classes
    ObjectMapper
  26. def activateDefaultTyping(arg0: PolymorphicTypeValidator, arg1: DefaultTyping): ObjectMapper

    Permalink
    Definition Classes
    ObjectMapper
  27. def activateDefaultTyping(arg0: PolymorphicTypeValidator): ObjectMapper

    Permalink
    Definition Classes
    ObjectMapper
  28. def activateDefaultTypingAsProperty(arg0: PolymorphicTypeValidator, arg1: DefaultTyping, arg2: String): ObjectMapper

    Permalink
    Definition Classes
    ObjectMapper
  29. def addHandler(arg0: DeserializationProblemHandler): ObjectMapper

    Permalink
    Definition Classes
    ObjectMapper
  30. def addMixIn(arg0: Class[_], arg1: Class[_]): ObjectMapper

    Permalink
    Definition Classes
    ObjectMapper
  31. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  32. def canDeserialize(arg0: JavaType, arg1: AtomicReference[Throwable]): Boolean

    Permalink
    Definition Classes
    ObjectMapper
  33. def canDeserialize(arg0: JavaType): Boolean

    Permalink
    Definition Classes
    ObjectMapper
  34. def canSerialize(arg0: Class[_], arg1: AtomicReference[Throwable]): Boolean

    Permalink
    Definition Classes
    ObjectMapper
  35. def canSerialize(arg0: Class[_]): Boolean

    Permalink
    Definition Classes
    ObjectMapper
  36. def clearProblemHandlers(): ObjectMapper

    Permalink
    Definition Classes
    ObjectMapper
  37. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  38. def coercionConfigDefaults(): MutableCoercionConfig

    Permalink
    Definition Classes
    ObjectMapper
  39. def coercionConfigFor(arg0: Class[_]): MutableCoercionConfig

    Permalink
    Definition Classes
    ObjectMapper
  40. def coercionConfigFor(arg0: LogicalType): MutableCoercionConfig

    Permalink
    Definition Classes
    ObjectMapper
  41. def configOverride(arg0: Class[_]): MutableConfigOverride

    Permalink
    Definition Classes
    ObjectMapper
  42. def configure(arg0: Feature, arg1: Boolean): ObjectMapper

    Permalink
    Definition Classes
    ObjectMapper
  43. def configure(arg0: Feature, arg1: Boolean): ObjectMapper

    Permalink
    Definition Classes
    ObjectMapper
  44. def configure(arg0: DeserializationFeature, arg1: Boolean): ObjectMapper

    Permalink
    Definition Classes
    ObjectMapper
  45. def configure(arg0: SerializationFeature, arg1: Boolean): ObjectMapper

    Permalink
    Definition Classes
    ObjectMapper
  46. def configure(arg0: MapperFeature, arg1: Boolean): ObjectMapper

    Permalink
    Definition Classes
    ObjectMapper
  47. def constructType[T](implicit m: Manifest[T]): JavaType

    Permalink

    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
  48. def constructType(arg0: TypeReference[_]): JavaType

    Permalink
    Definition Classes
    ObjectMapper
  49. def constructType(arg0: Type): JavaType

    Permalink
    Definition Classes
    ObjectMapper
  50. def convertValue[T](fromValue: Any)(implicit arg0: Manifest[T]): T

    Permalink

    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

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

  51. def convertValue[T](arg0: Any, arg1: JavaType): T

    Permalink
    Definition Classes
    ObjectMapper
    Annotations
    @throws( ... )
  52. def convertValue[T](arg0: Any, arg1: TypeReference[T]): T

    Permalink
    Definition Classes
    ObjectMapper
    Annotations
    @throws( ... )
  53. def convertValue[T](arg0: Any, arg1: Class[T]): T

    Permalink
    Definition Classes
    ObjectMapper
    Annotations
    @throws( ... )
  54. def copy(): JsonMapper

    Permalink
    Definition Classes
    JsonMapper → ObjectMapper
  55. def createArrayNode(): ArrayNode

    Permalink
    Definition Classes
    ObjectMapper → ObjectCodec → TreeCodec
  56. def createDeserializationContext(arg0: JsonParser, arg1: DeserializationConfig): DefaultDeserializationContext

    Permalink
    Attributes
    protected[com.fasterxml.jackson.databind]
    Definition Classes
    ObjectMapper
  57. def createGenerator(arg0: DataOutput): JsonGenerator

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

    Permalink
    Definition Classes
    ObjectMapper
    Annotations
    @throws( classOf[java.io.IOException] )
  59. def createGenerator(arg0: Writer): JsonGenerator

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

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

    Permalink
    Definition Classes
    ObjectMapper
    Annotations
    @throws( classOf[java.io.IOException] )
  62. def createNonBlockingByteArrayParser(): JsonParser

    Permalink
    Definition Classes
    ObjectMapper
    Annotations
    @throws( classOf[java.io.IOException] )
  63. def createObjectNode(): ObjectNode

    Permalink
    Definition Classes
    ObjectMapper → ObjectCodec → TreeCodec
  64. def createParser(arg0: DataInput): JsonParser

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

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

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

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

    Permalink
    Definition Classes
    ObjectMapper
    Annotations
    @throws( classOf[java.io.IOException] )
  69. def createParser(arg0: Array[Byte]): JsonParser

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

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

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

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

    Permalink
    Definition Classes
    ObjectMapper
    Annotations
    @throws( classOf[java.io.IOException] )
  74. def deactivateDefaultTyping(): ObjectMapper

    Permalink
    Definition Classes
    ObjectMapper
  75. def defaultClassIntrospector(): ClassIntrospector

    Permalink
    Attributes
    protected[com.fasterxml.jackson.databind]
    Definition Classes
    ObjectMapper
  76. def disable(arg0: <repeated...>[Feature]): ObjectMapper

    Permalink
    Definition Classes
    ObjectMapper
  77. def disable(arg0: <repeated...>[Feature]): ObjectMapper

    Permalink
    Definition Classes
    ObjectMapper
  78. def disable(arg0: DeserializationFeature, arg1: <repeated...>[DeserializationFeature]): ObjectMapper

    Permalink
    Definition Classes
    ObjectMapper
  79. def disable(arg0: DeserializationFeature): ObjectMapper

    Permalink
    Definition Classes
    ObjectMapper
  80. def disable(arg0: SerializationFeature, arg1: <repeated...>[SerializationFeature]): ObjectMapper

    Permalink
    Definition Classes
    ObjectMapper
  81. def disable(arg0: SerializationFeature): ObjectMapper

    Permalink
    Definition Classes
    ObjectMapper
  82. def disable(arg0: <repeated...>[MapperFeature]): ObjectMapper

    Permalink
    Definition Classes
    ObjectMapper
  83. def enable(arg0: <repeated...>[Feature]): ObjectMapper

    Permalink
    Definition Classes
    ObjectMapper
  84. def enable(arg0: <repeated...>[Feature]): ObjectMapper

    Permalink
    Definition Classes
    ObjectMapper
  85. def enable(arg0: DeserializationFeature, arg1: <repeated...>[DeserializationFeature]): ObjectMapper

    Permalink
    Definition Classes
    ObjectMapper
  86. def enable(arg0: DeserializationFeature): ObjectMapper

    Permalink
    Definition Classes
    ObjectMapper
  87. def enable(arg0: SerializationFeature, arg1: <repeated...>[SerializationFeature]): ObjectMapper

    Permalink
    Definition Classes
    ObjectMapper
  88. def enable(arg0: SerializationFeature): ObjectMapper

    Permalink
    Definition Classes
    ObjectMapper
  89. def enable(arg0: <repeated...>[MapperFeature]): ObjectMapper

    Permalink
    Definition Classes
    ObjectMapper
  90. final def eq(arg0: AnyRef): Boolean

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

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

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  93. def findAndRegisterModules(): ObjectMapper

    Permalink
    Definition Classes
    ObjectMapper
  94. def findMixInClassFor(arg0: Class[_]): Class[_]

    Permalink
    Definition Classes
    ObjectMapper
  95. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  96. def getDateFormat(): DateFormat

    Permalink
    Definition Classes
    ObjectMapper
  97. def getDeserializationConfig(): DeserializationConfig

    Permalink
    Definition Classes
    ObjectMapper
  98. def getDeserializationContext(): DeserializationContext

    Permalink
    Definition Classes
    ObjectMapper
  99. def getFactory(): JsonFactory

    Permalink
    Definition Classes
    JsonMapper → ObjectMapper → ObjectCodec
  100. def getInjectableValues(): InjectableValues

    Permalink
    Definition Classes
    ObjectMapper
  101. def getNodeFactory(): JsonNodeFactory

    Permalink
    Definition Classes
    ObjectMapper
  102. def getPolymorphicTypeValidator(): PolymorphicTypeValidator

    Permalink
    Definition Classes
    ObjectMapper
  103. def getPropertyNamingStrategy(): PropertyNamingStrategy

    Permalink
    Definition Classes
    ObjectMapper
  104. def getRegisteredModuleIds(): Set[AnyRef]

    Permalink
    Definition Classes
    ObjectMapper
  105. def getSerializationConfig(): SerializationConfig

    Permalink
    Definition Classes
    ObjectMapper
  106. def getSerializerFactory(): SerializerFactory

    Permalink
    Definition Classes
    ObjectMapper
  107. def getSerializerProvider(): SerializerProvider

    Permalink
    Definition Classes
    ObjectMapper
  108. def getSerializerProviderInstance(): SerializerProvider

    Permalink
    Definition Classes
    ObjectMapper
  109. def getSubtypeResolver(): SubtypeResolver

    Permalink
    Definition Classes
    ObjectMapper
  110. def getTypeFactory(): TypeFactory

    Permalink
    Definition Classes
    ObjectMapper
  111. def getVisibilityChecker(): VisibilityChecker[_]

    Permalink
    Definition Classes
    ObjectMapper
  112. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  113. def isEnabled(arg0: JsonWriteFeature): Boolean

    Permalink
    Definition Classes
    JsonMapper
  114. def isEnabled(arg0: JsonReadFeature): Boolean

    Permalink
    Definition Classes
    JsonMapper
  115. def isEnabled(arg0: StreamWriteFeature): Boolean

    Permalink
    Definition Classes
    ObjectMapper
  116. def isEnabled(arg0: StreamReadFeature): Boolean

    Permalink
    Definition Classes
    ObjectMapper
  117. def isEnabled(arg0: Feature): Boolean

    Permalink
    Definition Classes
    ObjectMapper
  118. def isEnabled(arg0: Feature): Boolean

    Permalink
    Definition Classes
    ObjectMapper
  119. def isEnabled(arg0: Feature): Boolean

    Permalink
    Definition Classes
    ObjectMapper
  120. def isEnabled(arg0: DeserializationFeature): Boolean

    Permalink
    Definition Classes
    ObjectMapper
  121. def isEnabled(arg0: SerializationFeature): Boolean

    Permalink
    Definition Classes
    ObjectMapper
  122. def isEnabled(arg0: MapperFeature): Boolean

    Permalink
    Definition Classes
    ObjectMapper
  123. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  124. def missingNode(): JsonNode

    Permalink
    Definition Classes
    ObjectMapper → TreeCodec
  125. def mixInCount(): Int

    Permalink
    Definition Classes
    ObjectMapper
  126. final def ne(arg0: AnyRef): Boolean

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

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

    Permalink
    Definition Classes
    AnyRef
  129. def nullNode(): JsonNode

    Permalink
    Definition Classes
    ObjectMapper → TreeCodec
  130. def readTree(arg0: URL): JsonNode

    Permalink
    Definition Classes
    ObjectMapper
    Annotations
    @throws( classOf[java.io.IOException] )
  131. def readTree(arg0: File): JsonNode

    Permalink
    Definition Classes
    ObjectMapper
    Annotations
    @throws( ... ) @throws( classOf[java.io.IOException] )
  132. def readTree(arg0: Array[Byte], arg1: Int, arg2: Int): JsonNode

    Permalink
    Definition Classes
    ObjectMapper
    Annotations
    @throws( classOf[java.io.IOException] )
  133. def readTree(arg0: Array[Byte]): JsonNode

    Permalink
    Definition Classes
    ObjectMapper
    Annotations
    @throws( classOf[java.io.IOException] )
  134. def readTree(arg0: String): JsonNode

    Permalink
    Definition Classes
    ObjectMapper
    Annotations
    @throws( ... ) @throws( ... )
  135. def readTree(arg0: Reader): JsonNode

    Permalink
    Definition Classes
    ObjectMapper
    Annotations
    @throws( classOf[java.io.IOException] )
  136. def readTree(arg0: InputStream): JsonNode

    Permalink
    Definition Classes
    ObjectMapper
    Annotations
    @throws( classOf[java.io.IOException] )
  137. def readTree[T <: TreeNode](arg0: JsonParser): T

    Permalink
    Definition Classes
    ObjectMapper → ObjectCodec → TreeCodec
    Annotations
    @throws( ... ) @throws( classOf[java.io.IOException] )
  138. def readValue[T](src: Array[Byte], offset: Int, len: Int)(implicit arg0: Manifest[T]): T

    Permalink
    Definition Classes
    ScalaObjectMapper
  139. def readValue[T](src: Array[Byte])(implicit arg0: Manifest[T]): T

    Permalink
    Definition Classes
    ScalaObjectMapper
  140. def readValue[T](src: InputStream)(implicit arg0: Manifest[T]): T

    Permalink
    Definition Classes
    ScalaObjectMapper
  141. def readValue[T](src: Reader)(implicit arg0: Manifest[T]): T

    Permalink
    Definition Classes
    ScalaObjectMapper
  142. def readValue[T](content: String)(implicit arg0: Manifest[T]): T

    Permalink
    Definition Classes
    ScalaObjectMapper
  143. def readValue[T](src: URL)(implicit arg0: Manifest[T]): T

    Permalink
    Definition Classes
    ScalaObjectMapper
  144. def readValue[T](src: File)(implicit arg0: Manifest[T]): T

    Permalink
    Definition Classes
    ScalaObjectMapper
  145. def readValue[T](jp: JsonParser)(implicit arg0: Manifest[T]): T

    Permalink

    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
  146. def readValue[T](arg0: DataInput, arg1: JavaType): T

    Permalink
    Definition Classes
    ObjectMapper
    Annotations
    @throws( classOf[java.io.IOException] )
  147. def readValue[T](arg0: DataInput, arg1: Class[T]): T

    Permalink
    Definition Classes
    ObjectMapper
    Annotations
    @throws( classOf[java.io.IOException] )
  148. def readValue[T](arg0: Array[Byte], arg1: Int, arg2: Int, arg3: JavaType): T

    Permalink
    Definition Classes
    ObjectMapper
    Annotations
    @throws( ... ) @throws( ... ) @throws( classOf[java.io.IOException] )
  149. def readValue[T](arg0: Array[Byte], arg1: JavaType): T

    Permalink
    Definition Classes
    ObjectMapper
    Annotations
    @throws( ... ) @throws( ... ) @throws( classOf[java.io.IOException] )
  150. def readValue[T](arg0: Array[Byte], arg1: Int, arg2: Int, arg3: TypeReference[T]): T

    Permalink
    Definition Classes
    ObjectMapper
    Annotations
    @throws( ... ) @throws( ... ) @throws( classOf[java.io.IOException] )
  151. def readValue[T](arg0: Array[Byte], arg1: TypeReference[T]): T

    Permalink
    Definition Classes
    ObjectMapper
    Annotations
    @throws( ... ) @throws( ... ) @throws( classOf[java.io.IOException] )
  152. def readValue[T](arg0: Array[Byte], arg1: Int, arg2: Int, arg3: Class[T]): T

    Permalink
    Definition Classes
    ObjectMapper
    Annotations
    @throws( ... ) @throws( ... ) @throws( classOf[java.io.IOException] )
  153. def readValue[T](arg0: Array[Byte], arg1: Class[T]): T

    Permalink
    Definition Classes
    ObjectMapper
    Annotations
    @throws( ... ) @throws( ... ) @throws( classOf[java.io.IOException] )
  154. def readValue[T](arg0: InputStream, arg1: JavaType): T

    Permalink
    Definition Classes
    ObjectMapper
    Annotations
    @throws( ... ) @throws( ... ) @throws( classOf[java.io.IOException] )
  155. def readValue[T](arg0: InputStream, arg1: TypeReference[T]): T

    Permalink
    Definition Classes
    ObjectMapper
    Annotations
    @throws( ... ) @throws( ... ) @throws( classOf[java.io.IOException] )
  156. def readValue[T](arg0: InputStream, arg1: Class[T]): T

    Permalink
    Definition Classes
    ObjectMapper
    Annotations
    @throws( ... ) @throws( ... ) @throws( classOf[java.io.IOException] )
  157. def readValue[T](arg0: Reader, arg1: JavaType): T

    Permalink
    Definition Classes
    ObjectMapper
    Annotations
    @throws( ... ) @throws( ... ) @throws( classOf[java.io.IOException] )
  158. def readValue[T](arg0: Reader, arg1: TypeReference[T]): T

    Permalink
    Definition Classes
    ObjectMapper
    Annotations
    @throws( ... ) @throws( ... ) @throws( classOf[java.io.IOException] )
  159. def readValue[T](arg0: Reader, arg1: Class[T]): T

    Permalink
    Definition Classes
    ObjectMapper
    Annotations
    @throws( ... ) @throws( ... ) @throws( classOf[java.io.IOException] )
  160. def readValue[T](arg0: String, arg1: JavaType): T

    Permalink
    Definition Classes
    ObjectMapper
    Annotations
    @throws( ... ) @throws( ... )
  161. def readValue[T](arg0: String, arg1: TypeReference[T]): T

    Permalink
    Definition Classes
    ObjectMapper
    Annotations
    @throws( ... ) @throws( ... )
  162. def readValue[T](arg0: String, arg1: Class[T]): T

    Permalink
    Definition Classes
    ObjectMapper
    Annotations
    @throws( ... ) @throws( ... )
  163. def readValue[T](arg0: URL, arg1: JavaType): T

    Permalink
    Definition Classes
    ObjectMapper
    Annotations
    @throws( ... ) @throws( ... ) @throws( classOf[java.io.IOException] )
  164. def readValue[T](arg0: URL, arg1: TypeReference[T]): T

    Permalink
    Definition Classes
    ObjectMapper
    Annotations
    @throws( ... ) @throws( ... ) @throws( classOf[java.io.IOException] )
  165. def readValue[T](arg0: URL, arg1: Class[T]): T

    Permalink
    Definition Classes
    ObjectMapper
    Annotations
    @throws( ... ) @throws( ... ) @throws( classOf[java.io.IOException] )
  166. def readValue[T](arg0: File, arg1: JavaType): T

    Permalink
    Definition Classes
    ObjectMapper
    Annotations
    @throws( ... ) @throws( ... ) @throws( classOf[java.io.IOException] )
  167. def readValue[T](arg0: File, arg1: TypeReference[T]): T

    Permalink
    Definition Classes
    ObjectMapper
    Annotations
    @throws( ... ) @throws( ... ) @throws( classOf[java.io.IOException] )
  168. def readValue[T](arg0: File, arg1: Class[T]): T

    Permalink
    Definition Classes
    ObjectMapper
    Annotations
    @throws( ... ) @throws( ... ) @throws( classOf[java.io.IOException] )
  169. def readValue[T](arg0: JsonParser, arg1: JavaType): T

    Permalink
    Definition Classes
    ObjectMapper
    Annotations
    @throws( ... ) @throws( ... ) @throws( classOf[java.io.IOException] )
  170. final def readValue[T](arg0: JsonParser, arg1: ResolvedType): T

    Permalink
    Definition Classes
    ObjectMapper → ObjectCodec
    Annotations
    @throws( ... ) @throws( ... ) @throws( classOf[java.io.IOException] )
  171. def readValue[T](arg0: JsonParser, arg1: TypeReference[T]): T

    Permalink
    Definition Classes
    ObjectMapper → ObjectCodec
    Annotations
    @throws( ... ) @throws( ... ) @throws( classOf[java.io.IOException] )
  172. def readValue[T](arg0: JsonParser, arg1: Class[T]): T

    Permalink
    Definition Classes
    ObjectMapper → ObjectCodec
    Annotations
    @throws( ... ) @throws( ... ) @throws( classOf[java.io.IOException] )
  173. def readValues[T](jp: JsonParser)(implicit arg0: Manifest[T]): MappingIterator[T]

    Permalink

    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
  174. def readValues[T](arg0: JsonParser, arg1: TypeReference[T]): MappingIterator[T]

    Permalink
    Definition Classes
    ObjectMapper → ObjectCodec
    Annotations
    @throws( ... ) @throws( classOf[java.io.IOException] )
  175. def readValues[T](arg0: JsonParser, arg1: Class[T]): MappingIterator[T]

    Permalink
    Definition Classes
    ObjectMapper → ObjectCodec
    Annotations
    @throws( ... ) @throws( classOf[java.io.IOException] )
  176. def readValues[T](arg0: JsonParser, arg1: JavaType): MappingIterator[T]

    Permalink
    Definition Classes
    ObjectMapper
    Annotations
    @throws( ... ) @throws( classOf[java.io.IOException] )
  177. def readValues[T](arg0: JsonParser, arg1: ResolvedType): MappingIterator[T]

    Permalink
    Definition Classes
    ObjectMapper → ObjectCodec
    Annotations
    @throws( ... ) @throws( classOf[java.io.IOException] )
  178. def reader(arg0: ContextAttributes): ObjectReader

    Permalink
    Definition Classes
    ObjectMapper
  179. def reader(arg0: Base64Variant): ObjectReader

    Permalink
    Definition Classes
    ObjectMapper
  180. def reader(arg0: InjectableValues): ObjectReader

    Permalink
    Definition Classes
    ObjectMapper
  181. def reader(arg0: FormatSchema): ObjectReader

    Permalink
    Definition Classes
    ObjectMapper
  182. def reader(arg0: JsonNodeFactory): ObjectReader

    Permalink
    Definition Classes
    ObjectMapper
  183. def reader(arg0: DeserializationFeature, arg1: <repeated...>[DeserializationFeature]): ObjectReader

    Permalink
    Definition Classes
    ObjectMapper
  184. def reader(arg0: DeserializationFeature): ObjectReader

    Permalink
    Definition Classes
    ObjectMapper
  185. def reader(): ObjectReader

    Permalink
    Definition Classes
    ObjectMapper
  186. def readerFor[T](implicit arg0: Manifest[T]): ObjectReader

    Permalink

    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
  187. def readerFor(arg0: TypeReference[_]): ObjectReader

    Permalink
    Definition Classes
    ObjectMapper
  188. def readerFor(arg0: Class[_]): ObjectReader

    Permalink
    Definition Classes
    ObjectMapper
  189. def readerFor(arg0: JavaType): ObjectReader

    Permalink
    Definition Classes
    ObjectMapper
  190. def readerForArrayOf(arg0: Class[_]): ObjectReader

    Permalink
    Definition Classes
    ObjectMapper
  191. def readerForListOf(arg0: Class[_]): ObjectReader

    Permalink
    Definition Classes
    ObjectMapper
  192. def readerForMapOf(arg0: Class[_]): ObjectReader

    Permalink
    Definition Classes
    ObjectMapper
  193. def readerForUpdating(arg0: Any): ObjectReader

    Permalink
    Definition Classes
    ObjectMapper
  194. def readerWithView[T](implicit arg0: Manifest[T]): ObjectReader

    Permalink

    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
  195. def readerWithView(arg0: Class[_]): ObjectReader

    Permalink
    Definition Classes
    ObjectMapper
  196. def rebuild(): Builder

    Permalink
    Definition Classes
    JsonMapper
  197. def registerModule(arg0: Module): ObjectMapper

    Permalink
    Definition Classes
    ObjectMapper
  198. def registerModules(arg0: Iterable[_ <: Module]): ObjectMapper

    Permalink
    Definition Classes
    ObjectMapper
  199. def registerModules(arg0: <repeated...>[Module]): ObjectMapper

    Permalink
    Definition Classes
    ObjectMapper
  200. def registerSubtypes(arg0: Collection[Class[_]]): Unit

    Permalink
    Definition Classes
    ObjectMapper
  201. def registerSubtypes(arg0: <repeated...>[NamedType]): Unit

    Permalink
    Definition Classes
    ObjectMapper
  202. def registerSubtypes(arg0: <repeated...>[Class[_]]): Unit

    Permalink
    Definition Classes
    ObjectMapper
  203. def setAccessorNaming(arg0: Provider): ObjectMapper

    Permalink
    Definition Classes
    ObjectMapper
  204. def setAnnotationIntrospector(arg0: AnnotationIntrospector): ObjectMapper

    Permalink
    Definition Classes
    ObjectMapper
  205. def setAnnotationIntrospectors(arg0: AnnotationIntrospector, arg1: AnnotationIntrospector): ObjectMapper

    Permalink
    Definition Classes
    ObjectMapper
  206. def setBase64Variant(arg0: Base64Variant): ObjectMapper

    Permalink
    Definition Classes
    ObjectMapper
  207. def setConfig(arg0: SerializationConfig): ObjectMapper

    Permalink
    Definition Classes
    ObjectMapper
  208. def setConfig(arg0: DeserializationConfig): ObjectMapper

    Permalink
    Definition Classes
    ObjectMapper
  209. def setConstructorDetector(arg0: ConstructorDetector): ObjectMapper

    Permalink
    Definition Classes
    ObjectMapper
  210. def setDateFormat(arg0: DateFormat): ObjectMapper

    Permalink
    Definition Classes
    ObjectMapper
  211. def setDefaultLeniency(arg0: Boolean): ObjectMapper

    Permalink
    Definition Classes
    ObjectMapper
  212. def setDefaultMergeable(arg0: Boolean): ObjectMapper

    Permalink
    Definition Classes
    ObjectMapper
  213. def setDefaultPrettyPrinter(arg0: PrettyPrinter): ObjectMapper

    Permalink
    Definition Classes
    ObjectMapper
  214. def setDefaultPropertyInclusion(arg0: Include): ObjectMapper

    Permalink
    Definition Classes
    ObjectMapper
  215. def setDefaultPropertyInclusion(arg0: Value): ObjectMapper

    Permalink
    Definition Classes
    ObjectMapper
  216. def setDefaultSetterInfo(arg0: Value): ObjectMapper

    Permalink
    Definition Classes
    ObjectMapper
  217. def setDefaultTyping(arg0: TypeResolverBuilder[_]): ObjectMapper

    Permalink
    Definition Classes
    ObjectMapper
  218. def setDefaultVisibility(arg0: Value): ObjectMapper

    Permalink
    Definition Classes
    ObjectMapper
  219. def setFilterProvider(arg0: FilterProvider): ObjectMapper

    Permalink
    Definition Classes
    ObjectMapper
  220. def setHandlerInstantiator(arg0: HandlerInstantiator): AnyRef

    Permalink
    Definition Classes
    ObjectMapper
  221. def setInjectableValues(arg0: InjectableValues): ObjectMapper

    Permalink
    Definition Classes
    ObjectMapper
  222. def setLocale(arg0: Locale): ObjectMapper

    Permalink
    Definition Classes
    ObjectMapper
  223. def setMixInResolver(arg0: MixInResolver): ObjectMapper

    Permalink
    Definition Classes
    ObjectMapper
  224. def setMixIns(arg0: Map[Class[_], Class[_]]): ObjectMapper

    Permalink
    Definition Classes
    ObjectMapper
  225. def setNodeFactory(arg0: JsonNodeFactory): ObjectMapper

    Permalink
    Definition Classes
    ObjectMapper
  226. def setPolymorphicTypeValidator(arg0: PolymorphicTypeValidator): ObjectMapper

    Permalink
    Definition Classes
    ObjectMapper
  227. def setPropertyNamingStrategy(arg0: PropertyNamingStrategy): ObjectMapper

    Permalink
    Definition Classes
    ObjectMapper
  228. def setSerializationInclusion(arg0: Include): ObjectMapper

    Permalink
    Definition Classes
    ObjectMapper
  229. def setSerializerFactory(arg0: SerializerFactory): ObjectMapper

    Permalink
    Definition Classes
    ObjectMapper
  230. def setSerializerProvider(arg0: DefaultSerializerProvider): ObjectMapper

    Permalink
    Definition Classes
    ObjectMapper
  231. def setSubtypeResolver(arg0: SubtypeResolver): ObjectMapper

    Permalink
    Definition Classes
    ObjectMapper
  232. def setTimeZone(arg0: TimeZone): ObjectMapper

    Permalink
    Definition Classes
    ObjectMapper
  233. def setTypeFactory(arg0: TypeFactory): ObjectMapper

    Permalink
    Definition Classes
    ObjectMapper
  234. def setVisibility(arg0: PropertyAccessor, arg1: Visibility): ObjectMapper

    Permalink
    Definition Classes
    ObjectMapper
  235. def setVisibility(arg0: VisibilityChecker[_]): ObjectMapper

    Permalink
    Definition Classes
    ObjectMapper
  236. final def synchronized[T0](arg0: ⇒ T0): T0

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

    Permalink
    Definition Classes
    AnyRef → Any
  238. def tokenStreamFactory(): JsonFactory

    Permalink
    Definition Classes
    ObjectMapper
  239. def treeAsTokens(arg0: TreeNode): JsonParser

    Permalink
    Definition Classes
    ObjectMapper → ObjectCodec → TreeCodec
  240. def treeToValue[T](n: TreeNode)(implicit arg0: Manifest[T]): T

    Permalink

    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
  241. def treeToValue[T](arg0: TreeNode, arg1: Class[T]): T

    Permalink
    Definition Classes
    ObjectMapper → ObjectCodec
    Annotations
    @throws( ... ) @throws( ... )
  242. def updateValue[T](valueToUpdate: T, src: Array[Byte], offset: Int, len: Int)(implicit arg0: Manifest[T]): T

    Permalink
    Definition Classes
    ScalaObjectMapper
  243. def updateValue[T](valueToUpdate: T, src: Array[Byte])(implicit arg0: Manifest[T]): T

    Permalink
    Definition Classes
    ScalaObjectMapper
  244. def updateValue[T](valueToUpdate: T, src: InputStream)(implicit arg0: Manifest[T]): T

    Permalink
    Definition Classes
    ScalaObjectMapper
  245. def updateValue[T](valueToUpdate: T, src: Reader)(implicit arg0: Manifest[T]): T

    Permalink
    Definition Classes
    ScalaObjectMapper
  246. def updateValue[T](valueToUpdate: T, content: String)(implicit arg0: Manifest[T]): T

    Permalink
    Definition Classes
    ScalaObjectMapper
  247. def updateValue[T](valueToUpdate: T, src: URL)(implicit arg0: Manifest[T]): T

    Permalink
    Definition Classes
    ScalaObjectMapper
  248. def updateValue[T](valueToUpdate: T, src: File)(implicit arg0: Manifest[T]): T

    Permalink
    Definition Classes
    ScalaObjectMapper
  249. def updateValue[T](arg0: T, arg1: Any): T

    Permalink
    Definition Classes
    ObjectMapper
    Annotations
    @throws( ... )
  250. def valueToTree[T <: JsonNode](arg0: Any): T

    Permalink
    Definition Classes
    ObjectMapper
    Annotations
    @throws( ... )
  251. def version(): Version

    Permalink
    Definition Classes
    JsonMapper → ObjectMapper → ObjectCodec → Versioned
  252. final def wait(): Unit

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  255. def writeTree(arg0: JsonGenerator, arg1: JsonNode): Unit

    Permalink
    Definition Classes
    ObjectMapper
    Annotations
    @throws( ... ) @throws( classOf[java.io.IOException] )
  256. def writeTree(arg0: JsonGenerator, arg1: TreeNode): Unit

    Permalink
    Definition Classes
    ObjectMapper → ObjectCodec → TreeCodec
    Annotations
    @throws( ... ) @throws( classOf[java.io.IOException] )
  257. def writeValue(arg0: Writer, arg1: Any): Unit

    Permalink
    Definition Classes
    ObjectMapper
    Annotations
    @throws( ... ) @throws( ... ) @throws( classOf[java.io.IOException] )
  258. def writeValue(arg0: DataOutput, arg1: Any): Unit

    Permalink
    Definition Classes
    ObjectMapper
    Annotations
    @throws( classOf[java.io.IOException] )
  259. def writeValue(arg0: OutputStream, arg1: Any): Unit

    Permalink
    Definition Classes
    ObjectMapper
    Annotations
    @throws( ... ) @throws( ... ) @throws( classOf[java.io.IOException] )
  260. def writeValue(arg0: File, arg1: Any): Unit

    Permalink
    Definition Classes
    ObjectMapper
    Annotations
    @throws( ... ) @throws( ... ) @throws( classOf[java.io.IOException] )
  261. def writeValue(arg0: JsonGenerator, arg1: Any): Unit

    Permalink
    Definition Classes
    ObjectMapper → ObjectCodec
    Annotations
    @throws( ... ) @throws( ... ) @throws( classOf[java.io.IOException] )
  262. def writeValueAsBytes(arg0: Any): Array[Byte]

    Permalink
    Definition Classes
    ObjectMapper
    Annotations
    @throws( ... )
  263. def writeValueAsString(arg0: Any): String

    Permalink
    Definition Classes
    ObjectMapper
    Annotations
    @throws( ... )
  264. def writer(arg0: ContextAttributes): ObjectWriter

    Permalink
    Definition Classes
    ObjectMapper
  265. def writer(arg0: CharacterEscapes): ObjectWriter

    Permalink
    Definition Classes
    ObjectMapper
  266. def writer(arg0: Base64Variant): ObjectWriter

    Permalink
    Definition Classes
    ObjectMapper
  267. def writer(arg0: FormatSchema): ObjectWriter

    Permalink
    Definition Classes
    ObjectMapper
  268. def writer(arg0: FilterProvider): ObjectWriter

    Permalink
    Definition Classes
    ObjectMapper
  269. def writer(arg0: PrettyPrinter): ObjectWriter

    Permalink
    Definition Classes
    ObjectMapper
  270. def writer(arg0: DateFormat): ObjectWriter

    Permalink
    Definition Classes
    ObjectMapper
  271. def writer(arg0: SerializationFeature, arg1: <repeated...>[SerializationFeature]): ObjectWriter

    Permalink
    Definition Classes
    ObjectMapper
  272. def writer(arg0: SerializationFeature): ObjectWriter

    Permalink
    Definition Classes
    ObjectMapper
  273. def writer(): ObjectWriter

    Permalink
    Definition Classes
    ObjectMapper
  274. def writerFor[T](implicit arg0: Manifest[T]): ObjectWriter

    Permalink

    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

  275. def writerFor(arg0: JavaType): ObjectWriter

    Permalink
    Definition Classes
    ObjectMapper
  276. def writerFor(arg0: TypeReference[_]): ObjectWriter

    Permalink
    Definition Classes
    ObjectMapper
  277. def writerFor(arg0: Class[_]): ObjectWriter

    Permalink
    Definition Classes
    ObjectMapper
  278. def writerWithDefaultPrettyPrinter(): ObjectWriter

    Permalink
    Definition Classes
    ObjectMapper
  279. def writerWithView[T](implicit arg0: Manifest[T]): ObjectWriter

    Permalink

    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
  280. def writerWithView(arg0: Class[_]): ObjectWriter

    Permalink
    Definition Classes
    ObjectMapper

Deprecated Value Members

  1. final def _configAndWriteValue(arg0: JsonGenerator, arg1: Any): Unit

    Permalink
    Attributes
    protected[com.fasterxml.jackson.databind]
    Definition Classes
    ObjectMapper
    Annotations
    @Deprecated @deprecated @throws( classOf[java.io.IOException] )
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

  2. def _initForReading(arg0: JsonParser): JsonToken

    Permalink
    Attributes
    protected[com.fasterxml.jackson.databind]
    Definition Classes
    ObjectMapper
    Annotations
    @Deprecated @deprecated @throws( classOf[java.io.IOException] )
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

  3. final def addMixInAnnotations[Target, MixinSource]()(implicit arg0: Manifest[Target], arg1: Manifest[MixinSource]): ObjectMapper

    Permalink

    Definition Classes
    ScalaObjectMapper
    Annotations
    @deprecated
    Deprecated

    (Since version 2.5) use addMixIn

  4. final def addMixInAnnotations(arg0: Class[_], arg1: Class[_]): Unit

    Permalink
    Definition Classes
    ObjectMapper
    Annotations
    @Deprecated @deprecated
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

  5. final def addMixin[Target, MixinSource]()(implicit arg0: Manifest[Target], arg1: Manifest[MixinSource]): ObjectMapper

    Permalink

    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

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

    Permalink

    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

  7. def canSerialize[T](implicit arg0: Manifest[T]): Boolean

    Permalink

    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

  8. def disableDefaultTyping(): ObjectMapper

    Permalink
    Definition Classes
    ObjectMapper
    Annotations
    @Deprecated @deprecated
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

  9. def enableDefaultTyping(arg0: DefaultTyping, arg1: As): ObjectMapper

    Permalink
    Definition Classes
    ObjectMapper
    Annotations
    @Deprecated @deprecated
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

  10. def enableDefaultTyping(arg0: DefaultTyping): ObjectMapper

    Permalink
    Definition Classes
    ObjectMapper
    Annotations
    @Deprecated @deprecated
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

  11. def enableDefaultTyping(): ObjectMapper

    Permalink
    Definition Classes
    ObjectMapper
    Annotations
    @Deprecated @deprecated
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

  12. def enableDefaultTypingAsProperty(arg0: DefaultTyping, arg1: String): ObjectMapper

    Permalink
    Definition Classes
    ObjectMapper
    Annotations
    @Deprecated @deprecated
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

  13. final def findMixInClassFor[T](implicit arg0: Manifest[T]): Class[_]

    Permalink
    Definition Classes
    ScalaObjectMapper
    Annotations
    @deprecated
    Deprecated

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

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

    Permalink

    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

  15. def generateJsonSchema(arg0: Class[_]): JsonSchema

    Permalink
    Definition Classes
    ObjectMapper
    Annotations
    @Deprecated @deprecated @throws( ... )
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

  16. def getJsonFactory(): JsonFactory

    Permalink
    Definition Classes
    ObjectMapper → ObjectCodec
    Annotations
    @Deprecated @deprecated
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

  17. def reader[T](implicit arg0: Manifest[T]): ObjectReader

    Permalink

    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

  18. def reader(arg0: TypeReference[_]): ObjectReader

    Permalink
    Definition Classes
    ObjectMapper
    Annotations
    @Deprecated @deprecated
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

  19. def reader(arg0: Class[_]): ObjectReader

    Permalink
    Definition Classes
    ObjectMapper
    Annotations
    @Deprecated @deprecated
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

  20. def reader(arg0: JavaType): ObjectReader

    Permalink
    Definition Classes
    ObjectMapper
    Annotations
    @Deprecated @deprecated
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

  21. def setFilters(arg0: FilterProvider): Unit

    Permalink
    Definition Classes
    ObjectMapper
    Annotations
    @Deprecated @deprecated
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

  22. def setMixInAnnotations(arg0: Map[Class[_], Class[_]]): Unit

    Permalink
    Definition Classes
    ObjectMapper
    Annotations
    @Deprecated @deprecated
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

  23. def setPropertyInclusion(arg0: Value): ObjectMapper

    Permalink
    Definition Classes
    ObjectMapper
    Annotations
    @Deprecated @deprecated
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

  24. def setVisibilityChecker(arg0: VisibilityChecker[_]): Unit

    Permalink
    Definition Classes
    ObjectMapper
    Annotations
    @Deprecated @deprecated
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

  25. def writerWithType[T](implicit arg0: Manifest[T]): ObjectWriter

    Permalink

    Definition Classes
    ScalaObjectMapper
    Annotations
    @deprecated
    Deprecated

    (Since version 2.5) Replaced with writerFor

  26. def writerWithType(arg0: JavaType): ObjectWriter

    Permalink
    Definition Classes
    ObjectMapper
    Annotations
    @Deprecated @deprecated
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

  27. def writerWithType(arg0: TypeReference[_]): ObjectWriter

    Permalink
    Definition Classes
    ObjectMapper
    Annotations
    @Deprecated @deprecated
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

  28. def writerWithType(arg0: Class[_]): ObjectWriter

    Permalink
    Definition Classes
    ObjectMapper
    Annotations
    @Deprecated @deprecated
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

Inherited from ScalaObjectMapper

Inherited from JsonMapper

Inherited from ObjectMapper

Inherited from Serializable

Inherited from ObjectCodec

Inherited from Versioned

Inherited from TreeCodec

Inherited from AnyRef

Inherited from Any

Ungrouped