object JsonSupport extends AutoDerivation with Logging
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- JsonSupport
- Logging
- AutoDerivation
- AnyRef
- Any
- Hide All
- Show All
Visibility
- 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 clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @IntrinsicCandidate() @native()
- def debug(mkr: Marker, msg: => Any, t: => Throwable): Unit
- Attributes
- protected
- Definition Classes
- Logging
- def debug(msg: => Any, t: => Throwable): Unit
- Attributes
- protected
- Definition Classes
- Logging
- def debug(msg: => Any): Unit
- Attributes
- protected
- Definition Classes
- Logging
- implicit val decodeAnyValue: Decoder[Any]
- implicit val decodeEventCatalogsResultBase: Decoder[CatalogsResultBase]
- implicit val decodeEventCreateBaseLayer: Decoder[CreateBaseLayer]
- implicit val decodeEventDataSubset: Decoder[DataSubset]
- implicit val decodeEventDataSubsetCreate: Decoder[DataSubsetCreate]
- implicit val decodeEventDeleteArtifactResponse: Decoder[DeleteArtifactResponse]
- implicit val decodeEventDeleteSchemaResponse: Decoder[DeleteSchemaResponse]
- implicit val decodeEventFeatureCollection: Decoder[FeatureCollection]
- implicit val decodeEventGeoJSON: Decoder[GeoJSON]
- implicit val decodeEventGeometry: Decoder[Geometry]
- implicit val decodeEventGetBaseLayer: Decoder[GetBaseLayer]
- implicit val decodeEventSubscriptionArea: Decoder[SubscriptionArea]
- implicit val encodeAnyValue: Encoder[Any]
- implicit val encodeEventCatalogsResultBase: Encoder[CatalogsResultBase]
- implicit val encodeEventCreateBaseLayer: Encoder[CreateBaseLayer]
- implicit val encodeEventDataSubset: Encoder[DataSubset]
- implicit val encodeEventDataSubsetCreate: Encoder[DataSubsetCreate]
- implicit val encodeEventDeleteArtifactResponse: Encoder[DeleteArtifactResponse]
- implicit val encodeEventDeleteSchemaResponse: Encoder[DeleteSchemaResponse]
- implicit val encodeEventFeatureCollection: Encoder[FeatureCollection]
- implicit val encodeEventGeoJSON: Encoder[GeoJSON]
- implicit val encodeEventGeometry: Encoder[Geometry]
- implicit val encodeEventGetBaseLayer: Encoder[GetBaseLayer]
- implicit val encodeEventSubscriptionArea: Encoder[SubscriptionArea]
- implicit def enumDecoder[T <: ApiEnum](implicit apiEnumGet: ApiEnumParser[T]): Decoder[T]
- implicit def enumEncoder[T <: ApiEnum]: Encoder[T]
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- def error(mkr: Marker, msg: => Any, t: => Throwable): Unit
- Attributes
- protected
- Definition Classes
- Logging
- def error(msg: => Any, t: => Throwable): Unit
- Attributes
- protected
- Definition Classes
- Logging
- def error(msg: => Any): Unit
- Attributes
- protected
- Definition Classes
- Logging
- implicit macro def exportDecoder[A]: Exported[Decoder[A]]
- Definition Classes
- AutoDerivation
- implicit macro def exportEncoder[A]: Exported[AsObject[A]]
- Definition Classes
- AutoDerivation
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @IntrinsicCandidate() @native()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @IntrinsicCandidate() @native()
- def info(mkr: Marker, msg: => Any, t: => Throwable): Unit
- Attributes
- protected
- Definition Classes
- Logging
- def info(msg: => Any, t: => Throwable): Unit
- Attributes
- protected
- Definition Classes
- Logging
- def info(msg: => Any): Unit
- Attributes
- protected
- Definition Classes
- Logging
- def isDebugEnabled: Boolean
- Attributes
- protected
- Definition Classes
- Logging
- def isErrorEnabled: Boolean
- Attributes
- protected
- Definition Classes
- Logging
- def isInfoEnabled: Boolean
- Attributes
- protected
- Definition Classes
- Logging
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def isTraceEnabled: Boolean
- Attributes
- protected
- Definition Classes
- Logging
- def isWarnEnabled: Boolean
- Attributes
- protected
- Definition Classes
- Logging
- implicit def jsonBodyDeserializer[B](implicit d: Decoder[B], exec: ExecutionContext): BodyDeserializer[B]
- implicit def jsonBodyDeserializer3[B <: Unit](implicit exec: ExecutionContext): BodyDeserializer[Unit]
- implicit def jsonBodySerializer[B <: ApiModel](implicit e: Encoder[B], exec: ExecutionContext): BodySerializer[B]
- implicit def jsonBodySerializerList[B <: Iterable[_]](implicit e: Encoder[B], exec: ExecutionContext): BodySerializer[B]
- implicit def localDateDecoder[T <: LocalDate]: Decoder[LocalDate]
- def logger: Logger
- Attributes
- protected
- Definition Classes
- Logging
- def loggerName: String
- Attributes
- protected
- Definition Classes
- Logging
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @IntrinsicCandidate() @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @IntrinsicCandidate() @native()
- val printer: Printer
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- implicit def timeDateDecoder[T <: OffsetDateTime]: Decoder[OffsetDateTime]
- implicit def timeEncoder[T <: Temporal]: Encoder[T]
- def toString(): String
- Definition Classes
- AnyRef → Any
- def trace(mkr: Marker, msg: => Any, t: => Throwable): Unit
- Attributes
- protected
- Definition Classes
- Logging
- def trace(msg: => Any, t: => Throwable): Unit
- Attributes
- protected
- Definition Classes
- Logging
- def trace(msg: => Any): Unit
- Attributes
- protected
- Definition Classes
- Logging
- 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 warn(mkr: Marker, msg: => Any, t: => Throwable): Unit
- Attributes
- protected
- Definition Classes
- Logging
- def warn(msg: => Any, t: => Throwable): Unit
- Attributes
- protected
- Definition Classes
- Logging
- def warn(msg: => Any): Unit
- Attributes
- protected
- Definition Classes
- Logging
Deprecated Value Members
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable]) @Deprecated
- Deprecated
(Since version 9)