object vcJsonCodec
Explicit specification of the underlying type is required because jsoniter-scala does not allow to summon JsonCodec's.
- Alphabetic
- By Inheritance
- vcJsonCodec
- AnyRef
- Any
- Hide All
- Show All
- Public
- Protected
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 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.
- 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.
- 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.
- 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.
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
- 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.
- 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.
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- 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.
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- 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.
- 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.
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- 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.
- 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.
- 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()
- 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.
- 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.
- 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.
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyRef → Any
- 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.
- 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()
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- 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
- 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.