Class

org.bitbucket.pshirshov.izumitk.json

JacksonMapper

Related Doc: package json

Permalink

class JacksonMapper extends ObjectMapper with ScalaObjectMapper

Linear Supertypes
ScalaObjectMapper, ObjectMapper, Serializable, ObjectCodec, Versioned, TreeCodec, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. JacksonMapper
  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. All

Instance Constructors

  1. new JacksonMapper()

    Permalink

Value Members

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

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

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

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

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

    Permalink
    Attributes
    protected[com.fasterxml.jackson.databind]
    Definition Classes
    ObjectMapper
    Annotations
    @throws( classOf[java.io.IOException] )
  6. def _convert(arg0: Any, arg1: JavaType): AnyRef

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

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

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

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

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

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

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

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

    Permalink
    Attributes
    protected[com.fasterxml.jackson.databind]
    Definition Classes
    ObjectMapper
    Annotations
    @throws( classOf[java.io.IOException] )
  15. 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] )
  16. def _serializerProvider(arg0: SerializationConfig): DefaultSerializerProvider

    Permalink
    Attributes
    protected[com.fasterxml.jackson.databind]
    Definition Classes
    ObjectMapper
  17. def _unwrapAndDeserialize(arg0: JsonParser, arg1: DeserializationContext, arg2: DeserializationConfig, arg3: JavaType, arg4: JsonDeserializer[AnyRef]): AnyRef

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

    Permalink
    Attributes
    protected[com.fasterxml.jackson.databind]
    Definition Classes
    ObjectMapper
  19. def acceptJsonFormatVisitor[T](visitor: JsonFormatVisitorWrapper)(implicit arg0: Manifest[T]): Unit

    Permalink
    Definition Classes
    ScalaObjectMapper
  20. def acceptJsonFormatVisitor(arg0: JavaType, arg1: JsonFormatVisitorWrapper): Unit

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

    Permalink
    Definition Classes
    ObjectMapper
    Annotations
    @throws( ... )
  22. def addHandler(arg0: DeserializationProblemHandler): ObjectMapper

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

    Permalink
    Definition Classes
    ObjectMapper
  24. final def addMixInAnnotations[Target, MixinSource]()(implicit arg0: Manifest[Target], arg1: Manifest[MixinSource]): ObjectMapper

    Permalink
    Definition Classes
    ScalaObjectMapper
  25. final def addMixin[Target, MixinSource]()(implicit arg0: Manifest[Target], arg1: Manifest[MixinSource]): ObjectMapper

    Permalink
    Definition Classes
    ScalaObjectMapper
  26. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  27. def canDeserialize[T](implicit arg0: Manifest[T]): Boolean

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

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

    Permalink
    Definition Classes
    ObjectMapper
  30. def canSerialize[T](implicit arg0: Manifest[T]): Boolean

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

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

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

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

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  35. def configOverride(arg0: Class[_]): MutableConfigOverride

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

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

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

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

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

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

    Permalink
    Definition Classes
    ScalaObjectMapper
  42. def constructType(arg0: Type): JavaType

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

    Permalink
    Definition Classes
    ScalaObjectMapper
  44. def convertValue[T](arg0: Any, arg1: JavaType): T

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

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

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

    Permalink
    Definition Classes
    ObjectMapper
  48. def createArrayNode(): ArrayNode

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

    Permalink
    Attributes
    protected[com.fasterxml.jackson.databind]
    Definition Classes
    ObjectMapper
  50. def createObjectNode(): ObjectNode

    Permalink
    Definition Classes
    ObjectMapper → ObjectCodec → TreeCodec
  51. def defaultClassIntrospector(): ClassIntrospector

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

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

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

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

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

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

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

    Permalink
    Definition Classes
    ObjectMapper
  59. def disableDefaultTyping(): ObjectMapper

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

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

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

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

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

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

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

    Permalink
    Definition Classes
    ObjectMapper
  67. def enableDefaultTyping(arg0: DefaultTyping, arg1: As): ObjectMapper

    Permalink
    Definition Classes
    ObjectMapper
  68. def enableDefaultTyping(arg0: DefaultTyping): ObjectMapper

    Permalink
    Definition Classes
    ObjectMapper
  69. def enableDefaultTyping(): ObjectMapper

    Permalink
    Definition Classes
    ObjectMapper
  70. def enableDefaultTypingAsProperty(arg0: DefaultTyping, arg1: String): ObjectMapper

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

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

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

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

    Permalink
    Definition Classes
    ObjectMapper
  75. final def findMixInClassFor[T](implicit arg0: Manifest[T]): Class[_]

    Permalink
    Definition Classes
    ScalaObjectMapper
  76. def findMixInClassFor(arg0: Class[_]): Class[_]

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    Permalink
    Definition Classes
    Any
  100. def mixInCount(): Int

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

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

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

    Permalink
    Definition Classes
    AnyRef
  104. def readTree(arg0: URL): JsonNode

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    Permalink
    Definition Classes
    ScalaObjectMapper
  119. def readValue[T](arg0: DataInput, arg1: JavaType): T

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

    Permalink
    Definition Classes
    ObjectMapper
    Annotations
    @throws( classOf[java.io.IOException] )
  121. 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] )
  122. def readValue[T](arg0: Array[Byte], arg1: JavaType): T

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

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

    Permalink
    Definition Classes
    ObjectMapper
    Annotations
    @throws( ... ) @throws( ... ) @throws( classOf[java.io.IOException] )
  125. 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] )
  126. def readValue[T](arg0: Array[Byte], arg1: Class[T]): T

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    Permalink
    Definition Classes
    ScalaObjectMapper
  147. def readValues[T](arg0: JsonParser, arg1: TypeReference[_]): MappingIterator[T]

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

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

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

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

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

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

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

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

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

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

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

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

    Permalink
    Definition Classes
    ScalaObjectMapper
  160. def readerFor(arg0: TypeReference[_]): ObjectReader

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

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

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

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

    Permalink
    Definition Classes
    ScalaObjectMapper
  165. def readerWithView(arg0: Class[_]): ObjectReader

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

    Permalink
    Definition Classes
    ObjectMapper
  167. def registerModules(arg0: Iterable[Module]): ObjectMapper

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    Permalink
    Definition Classes
    ObjectMapper
  186. def setPropertyInclusion(arg0: Value): ObjectMapper

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

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

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

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

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

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

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

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

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

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  198. def treeAsTokens(arg0: TreeNode): JsonParser

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

    Permalink
    Definition Classes
    ScalaObjectMapper
  200. def treeToValue[T](arg0: TreeNode, arg1: Class[T]): T

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    Permalink
    Definition Classes
    ScalaObjectMapper
  226. def writerFor(arg0: JavaType): ObjectWriter

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

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

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

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

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

    Permalink
    Definition Classes
    ScalaObjectMapper
  232. def writerWithView(arg0: Class[_]): ObjectWriter

    Permalink
    Definition Classes
    ObjectMapper

Deprecated Value Members

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

    Permalink
    Definition Classes
    ObjectMapper
    Annotations
    @Deprecated @deprecated
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

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

    Permalink
    Definition Classes
    ScalaObjectMapper
    Annotations
    @deprecated
    Deprecated

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

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

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

    (Since version ) see corresponding Javadoc for more information.

  4. def getJsonFactory(): JsonFactory

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

    (Since version ) see corresponding Javadoc for more information.

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

    Permalink
    Definition Classes
    ScalaObjectMapper
    Annotations
    @deprecated
    Deprecated

    (Since version 2.6) Replaced with readerFor

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

    Permalink
    Definition Classes
    ObjectMapper
    Annotations
    @Deprecated @deprecated
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

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

    Permalink
    Definition Classes
    ObjectMapper
    Annotations
    @Deprecated @deprecated
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

  8. def reader(arg0: JavaType): ObjectReader

    Permalink
    Definition Classes
    ObjectMapper
    Annotations
    @Deprecated @deprecated
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

  9. def setFilters(arg0: FilterProvider): Unit

    Permalink
    Definition Classes
    ObjectMapper
    Annotations
    @Deprecated @deprecated
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

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

    Permalink
    Definition Classes
    ObjectMapper
    Annotations
    @Deprecated @deprecated
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

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

    Permalink
    Definition Classes
    ObjectMapper
    Annotations
    @Deprecated @deprecated
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

  12. def writerWithType(arg0: JavaType): ObjectWriter

    Permalink
    Definition Classes
    ObjectMapper
    Annotations
    @Deprecated @deprecated
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

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

    Permalink
    Definition Classes
    ObjectMapper
    Annotations
    @Deprecated @deprecated
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

  14. 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 ObjectMapper

Inherited from Serializable

Inherited from ObjectCodec

Inherited from Versioned

Inherited from TreeCodec

Inherited from AnyRef

Inherited from Any

Ungrouped