trait PureharmJsonTypeDefinitions extends AnyRef
- Since
10 Jun 2019
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- PureharmJsonTypeDefinitions
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Type Members
- final type Codec[A] = json_impl.Codec[A]
- final type Configuration = io.circe.generic.extras.Configuration
- final type Decoder[A] = io.circe.Decoder[A]
- final type Encoder[A] = io.circe.Encoder[A]
- final type HCursor = io.circe.HCursor
- final type Json = io.circe.Json
- final type JsonDecodingAnomaly = json_impl.JsonDecodingAnomaly
- final type JsonObject = io.circe.JsonObject
- final type JsonParsingAnomaly = json_impl.JsonParsingAnomaly
- final type ObjectDecoder[A] = io.circe.ObjectEncoder[A]
- final type ObjectEncoder[A] = io.circe.ObjectEncoder[A]
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 val Codec: json_impl.Codec.type
- final val Configuration: io.circe.generic.extras.Configuration.type
- final val Decoder: io.circe.Decoder.type
- final val Encoder: io.circe.Encoder.type
- final val HCursor: io.circe.HCursor.type
- final val Json: io.circe.Json.type
- final val JsonDecodingAnomaly: json_impl.JsonDecodingAnomaly.type
- final val JsonObject: io.circe.JsonObject.type
- final val JsonParsingAnomaly: json_impl.JsonParsingAnomaly.type
- final val ObjectDecoder: io.circe.ObjectEncoder.type
- final val ObjectEncoder: io.circe.ObjectEncoder.type
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clone(): AnyRef
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native()
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- def finalize(): Unit
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable])
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- 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()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyRef → Any
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- 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()