Packages

object vcJsonCodec

Explicit specification of the underlying type is required because jsoniter-scala does not allow to summon JsonCodec's.

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. vcJsonCodec
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def bigDecimal[VC](construct: (BigDecimal) => VC)(destruct: (VC) => BigDecimal, nullVc: VC = null.asInstanceOf[VC]): JsonCodec[VC]

    nullVc

    Provide explicitly when using with AnyVal.
    Otherwise, you'll get a runtime NullPointerException when the resulting codec is first accessed.
    Workaround for this Scala compiler bug.

  6. final def bigInt[VC](construct: (BigInt) => VC)(destruct: (VC) => BigInt, nullVc: VC = null.asInstanceOf[VC]): JsonCodec[VC]

    nullVc

    Provide explicitly when using with AnyVal.
    Otherwise, you'll get a runtime NullPointerException when the resulting codec is first accessed.
    Workaround for this Scala compiler bug.

  7. def boolean[VC](construct: (Boolean) => VC)(destruct: (VC) => Boolean, nullVc: VC = null.asInstanceOf[VC]): JsonCodec[VC]

    nullVc

    Provide explicitly when using with AnyVal.
    Otherwise, you'll get a runtime NullPointerException when the resulting codec is first accessed.
    Workaround for this Scala compiler bug.

  8. def byte[VC](construct: (Byte) => VC)(destruct: (VC) => Byte, nullVc: VC = null.asInstanceOf[VC]): JsonCodec[VC]

    nullVc

    Provide explicitly when using with AnyVal.
    Otherwise, you'll get a runtime NullPointerException when the resulting codec is first accessed.
    Workaround for this Scala compiler bug.

  9. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
  10. def double[VC](construct: (Double) => VC)(destruct: (VC) => Double, nullVc: VC = null.asInstanceOf[VC]): JsonCodec[VC]

    nullVc

    Provide explicitly when using with AnyVal.
    Otherwise, you'll get a runtime NullPointerException when the resulting codec is first accessed.
    Workaround for this Scala compiler bug.

  11. def duration[VC](construct: (Duration) => VC)(destruct: (VC) => Duration, nullVc: VC = null.asInstanceOf[VC]): JsonCodec[VC]

    nullVc

    Provide explicitly when using with AnyVal.
    Otherwise, you'll get a runtime NullPointerException when the resulting codec is first accessed.
    Workaround for this Scala compiler bug.

  12. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  13. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  14. def float[VC](construct: (Float) => VC)(destruct: (VC) => Float, nullVc: VC = null.asInstanceOf[VC]): JsonCodec[VC]

    nullVc

    Provide explicitly when using with AnyVal.
    Otherwise, you'll get a runtime NullPointerException when the resulting codec is first accessed.
    Workaround for this Scala compiler bug.

  15. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  16. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  17. def instant[VC](construct: (Instant) => VC)(destruct: (VC) => Instant, nullVc: VC = null.asInstanceOf[VC]): JsonCodec[VC]

    nullVc

    Provide explicitly when using with AnyVal.
    Otherwise, you'll get a runtime NullPointerException when the resulting codec is first accessed.
    Workaround for this Scala compiler bug.

  18. def int[VC](construct: (Int) => VC)(destruct: (VC) => Int, nullVc: VC = null.asInstanceOf[VC]): JsonCodec[VC]

    nullVc

    Provide explicitly when using with AnyVal.
    Otherwise, you'll get a runtime NullPointerException when the resulting codec is first accessed.
    Workaround for this Scala compiler bug.

  19. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  20. def localDateTime[VC](construct: (LocalDateTime) => VC)(destruct: (VC) => LocalDateTime, nullVc: VC = null.asInstanceOf[VC]): JsonCodec[VC]

    nullVc

    Provide explicitly when using with AnyVal.
    Otherwise, you'll get a runtime NullPointerException when the resulting codec is first accessed.
    Workaround for this Scala compiler bug.

  21. def long[VC](construct: (Long) => VC)(destruct: (VC) => Long, nullVc: VC = null.asInstanceOf[VC]): JsonCodec[VC]

    nullVc

    Provide explicitly when using with AnyVal.
    Otherwise, you'll get a runtime NullPointerException when the resulting codec is first accessed.
    Workaround for this Scala compiler bug.

  22. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  23. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  24. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  25. def offsetDateTime[VC](construct: (OffsetDateTime) => VC)(destruct: (VC) => OffsetDateTime, nullVc: VC = null.asInstanceOf[VC]): JsonCodec[VC]

    nullVc

    Provide explicitly when using with AnyVal.
    Otherwise, you'll get a runtime NullPointerException when the resulting codec is first accessed.
    Workaround for this Scala compiler bug.

  26. def short[VC](construct: (Short) => VC)(destruct: (VC) => Short, nullVc: VC = null.asInstanceOf[VC]): JsonCodec[VC]

    nullVc

    Provide explicitly when using with AnyVal.
    Otherwise, you'll get a runtime NullPointerException when the resulting codec is first accessed.
    Workaround for this Scala compiler bug.

  27. def string[VC](construct: (String) => VC)(destruct: (VC) => String, nullVc: VC = null.asInstanceOf[VC]): JsonCodec[VC]

    nullVc

    Provide explicitly when using with AnyVal.
    Otherwise, you'll get a runtime NullPointerException when the resulting codec is first accessed.
    Workaround for this Scala compiler bug.

  28. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  29. def toString(): String
    Definition Classes
    AnyRef → Any
  30. def uuid[VC](construct: (UUID) => VC)(destruct: (VC) => UUID, nullVc: VC = null.asInstanceOf[VC]): JsonCodec[VC]

    nullVc

    Provide explicitly when using with AnyVal.
    Otherwise, you'll get a runtime NullPointerException when the resulting codec is first accessed.
    Workaround for this Scala compiler bug.

  31. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  32. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  33. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  34. def zonedDateTime[VC](construct: (ZonedDateTime) => VC)(destruct: (VC) => ZonedDateTime, nullVc: VC = null.asInstanceOf[VC]): JsonCodec[VC]

    nullVc

    Provide explicitly when using with AnyVal.
    Otherwise, you'll get a runtime NullPointerException when the resulting codec is first accessed.
    Workaround for this Scala compiler bug.

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable]) @Deprecated @deprecated
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

Inherited from AnyRef

Inherited from Any

Ungrouped