package jackson
- Alphabetic
- By Inheritance
- jackson
- AnyRef
- Any
- Hide All
- Show All
- Public
- Protected
Type Members
- type JacksonScalaObjectMapperType = ObjectMapper with fasterxml.jackson.module.scala.ScalaObjectMapper
- class ScalaObjectMapper extends AnyRef
A thin wrapper over a jackson-module-scala com.fasterxml.jackson.module.scala.ScalaObjectMapper
A thin wrapper over a jackson-module-scala com.fasterxml.jackson.module.scala.ScalaObjectMapper
Value Members
- object JSON
Uses an instance of a ScalaObjectMapper configured to not perform any type of validation.
Uses an instance of a ScalaObjectMapper configured to not perform any type of validation. Inspired by https://www.scala-lang.org/api/2.12.6/scala-parser-combinators/scala/util/parsing/json/JSON$.html.
- Note
This is only intended for use from Scala (not Java).
- See also
- object JsonDiff extends Logging
- object ScalaObjectMapper
- object YAML
Uses an instance of a ScalaObjectMapper configured to not perform any type of validation.
Uses an instance of a ScalaObjectMapper configured to not perform any type of validation. Inspired by https://www.scala-lang.org/api/2.12.6/scala-parser-combinators/scala/util/parsing/json/JSON$.html.
- Note
This is only intended for use from Scala (not Java).
- See also