object ConfiguredDecoder extends IncompleteConfiguredDecoders with Serializable
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- ConfiguredDecoder
- Serializable
- Serializable
- IncompleteConfiguredDecoders
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
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( ... ) @native() @HotSpotIntrinsicCandidate()
- 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: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
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() @HotSpotIntrinsicCandidate()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )