Class/Object

com.ebiznext.comet.utils

CometObjectMapper

Related Docs: object CometObjectMapper | package utils

Permalink

class CometObjectMapper extends ObjectMapper with ScalaObjectMapper

Linear Supertypes
ScalaObjectMapper, ObjectMapper, Serializable, ObjectCodec, Versioned, TreeCodec, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. CometObjectMapper
  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 CometObjectMapper(jf: JsonFactory = null, injectables: Seq[(Class[_], AnyRef)] = Nil)

    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, arg2: Class[_]): Unit

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

    Permalink
    Attributes
    protected[com.fasterxml.jackson.databind]
    Definition Classes
    ObjectMapper
    Annotations
    @throws( classOf[java.io.IOException] )
  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): 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( ... ) @throws( ... ) @throws( classOf[java.io.IOException] )
  16. def _readValue(arg0: DeserializationConfig, arg1: JsonParser, arg2: JavaType): AnyRef

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

    Permalink
    Attributes
    protected[com.fasterxml.jackson.databind]
    Definition Classes
    ObjectMapper
  18. 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] )
  19. def _verifySchemaType(arg0: FormatSchema): Unit

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  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 getSubtypeResolver(): SubtypeResolver

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    Permalink
    Definition Classes
    ScalaObjectMapper
  118. 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] )
  119. def readValue[T](arg0: Array[Byte], arg1: JavaType): T

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    Permalink
    Definition Classes
    ObjectMapper
    Annotations
    @throws( ... )
  198. def version(): fasterxml.jackson.core.Version

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    Permalink
    Definition Classes
    ObjectMapper

Deprecated Value Members

  1. def _defaultPrettyPrinter(): PrettyPrinter

    Permalink
    Attributes
    protected[com.fasterxml.jackson.databind]
    Definition Classes
    ObjectMapper
    Annotations
    @Deprecated @deprecated
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

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

    Permalink
    Definition Classes
    ObjectMapper
    Annotations
    @Deprecated @deprecated
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

  3. 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

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

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

    (Since version ) see corresponding Javadoc for more information.

  5. def getJsonFactory(): JsonFactory

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

    (Since version ) see corresponding Javadoc for more information.

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

    Permalink
    Definition Classes
    ScalaObjectMapper
    Annotations
    @deprecated
    Deprecated

    (Since version 2.6) Replaced with readerFor

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

    Permalink
    Definition Classes
    ObjectMapper
    Annotations
    @Deprecated @deprecated
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

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

    Permalink
    Definition Classes
    ObjectMapper
    Annotations
    @Deprecated @deprecated
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

  9. def reader(arg0: JavaType): ObjectReader

    Permalink
    Definition Classes
    ObjectMapper
    Annotations
    @Deprecated @deprecated
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

  10. def setFilters(arg0: FilterProvider): Unit

    Permalink
    Definition Classes
    ObjectMapper
    Annotations
    @Deprecated @deprecated
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

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

    Permalink
    Definition Classes
    ObjectMapper
    Annotations
    @Deprecated @deprecated
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

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

    Permalink
    Definition Classes
    ObjectMapper
    Annotations
    @Deprecated @deprecated
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

  13. def writerWithType(arg0: JavaType): ObjectWriter

    Permalink
    Definition Classes
    ObjectMapper
    Annotations
    @Deprecated @deprecated
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

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

    Permalink
    Definition Classes
    ObjectMapper
    Annotations
    @Deprecated @deprecated
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

  15. 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