implicit final class StructibleJsoniterScalaIntOps[R] extends AnyVal
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- StructibleJsoniterScalaIntOps
- AnyVal
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new StructibleJsoniterScalaIntOps(structible: Structible[Int, R])
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- Any
- final def ##(): Int
- Definition Classes
- Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- Any
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def getClass(): Class[_ <: AnyVal]
- Definition Classes
- AnyVal → Any
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- val structible: Structible[Int, R]
- def toJsonCodec(rNullValue: R = null.asInstanceOf[R]): JsonCodec[R]
- rNullValue
Must be set explicitly to null.asInstanceOf[R] with R being the actual type (e.g. UserId) if and only if R is a subtype of AnyVal.
This required to work around this compiler bug.
Otherwise, the created codec throws a NullPointerException at runtime.
- def toString(): String
- Definition Classes
- Any