c

com.github.cerst.structible.jsoniterscala.ops

StructibleJsoniterScalaIntOps

implicit final class StructibleJsoniterScalaIntOps[R] extends AnyVal

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. StructibleJsoniterScalaIntOps
  2. AnyVal
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new StructibleJsoniterScalaIntOps(structible: Structible[Int, R])

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    Any
  2. final def ##(): Int
    Definition Classes
    Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    Any
  4. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def getClass(): Class[_ <: AnyVal]
    Definition Classes
    AnyVal → Any
  6. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  7. val structible: Structible[Int, R]
  8. 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.

  9. def toString(): String
    Definition Classes
    Any

Inherited from AnyVal

Inherited from Any

Ungrouped