object ConfiguredDecoder extends IncompleteConfiguredDecoders with Serializable
- Source
- ConfiguredDecoder.scala
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- ConfiguredDecoder
- Serializable
- IncompleteConfiguredDecoders
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Type Members
- type StrictResult[A] = Either[(DecodingFailure, List[String]), A]
Includes a list of extraneous fields on failure if the decoder is configured to be strict.
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native()
- implicit def decodeAdt[A, R <: Coproduct](implicit gen: Aux[A, R], decodeR: Lazy[ReprDecoder[R]], config: Configuration): ConfiguredDecoder[A]
- implicit def decodeCaseClass[A, R <: HList, D <: HList, F <: HList, K <: HList](implicit gen: Aux[A, R], decodeR: Lazy[ReprDecoder[R]], defaults: Aux[A, D], defaultMapper: RecordToMap[D], config: Configuration, fields: Aux[R, F], fieldsToList: Aux[F, List, Symbol], keys: Aux[JsonKey, A, K], keysToList: Aux[K, List, Option[JsonKey]]): ConfiguredDecoder[A]
- implicit final def decodeCaseClassPatch[A, D <: HList, R <: HList, O <: HList](implicit gen: Aux[A, R], patch: Aux[R, O], decode: ReprDecoder[O], defaults: Aux[A, D], defaultMapper: RecordToMap[D], config: Configuration): ConfiguredDecoder[(A) => A]
- Definition Classes
- IncompleteConfiguredDecoders
- implicit final def decodeIncompleteCaseClass[F, P <: HList, A, D <: HList, T <: HList, R <: HList](implicit ffp: shapeless.ops.function.FnFromProduct.Aux[(P) => A, F], gen: Aux[A, T], removeAll: Aux[T, P, (P, R)], decode: ReprDecoder[R], defaults: Aux[A, D], defaultMapper: RecordToMap[D], config: Configuration): ConfiguredDecoder[F]
- Definition Classes
- IncompleteConfiguredDecoders
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable])
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyRef → Any
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()