trait PostgresJsonExtensions extends AnyRef
Ordering
- Alphabetic
- By Inheritance
Inherited
- PostgresJsonExtensions
- 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 astDecoder[Wrapper](valueFromString: (Json) => Wrapper): (PostgresJsonExtensions.this)#Decoder[Wrapper]
- def astEncoder[Wrapper](valueToString: (Wrapper) => String, jsonType: String): (PostgresJsonExtensions.this)#Encoder[Wrapper]
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native()
- def entityDecoder[JsValue, Wrapper](wrap: (JsValue) => Wrapper)(jsonType: String, jsonDecoder: JsonDecoder[JsValue])(implicit arg0: ClassTag[JsValue]): (PostgresJsonExtensions.this)#Decoder[Wrapper]
- def entityEncoder[JsValue, Wrapper](unwrap: (Wrapper) => JsValue)(jsonType: String, jsonEncoder: JsonEncoder[JsValue]): (PostgresJsonExtensions.this)#Encoder[Wrapper]
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- 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
- implicit final val jsonAstDecoder: (PostgresJsonExtensions.this)#Decoder[JsonValue[Json]]
- implicit final val jsonAstEncoder: (PostgresJsonExtensions.this)#Encoder[JsonValue[Json]]
- implicit final def jsonEntityDecoder[T](implicit arg0: ClassTag[T], jsonDecoder: JsonDecoder[T]): (PostgresJsonExtensions.this)#Decoder[JsonValue[T]]
- implicit final def jsonEntityEncoder[T](implicit jsonEncoder: JsonEncoder[T]): (PostgresJsonExtensions.this)#Encoder[JsonValue[T]]
- implicit final val jsonbAstDecoder: (PostgresJsonExtensions.this)#Decoder[JsonbValue[Json]]
- implicit final val jsonbAstEncoder: (PostgresJsonExtensions.this)#Encoder[JsonbValue[Json]]
- implicit final def jsonbEntityDecoder[T](implicit arg0: ClassTag[T], jsonDecoder: JsonDecoder[T]): (PostgresJsonExtensions.this)#Decoder[JsonbValue[T]]
- implicit final def jsonbEntityEncoder[T](implicit jsonEncoder: JsonEncoder[T]): (PostgresJsonExtensions.this)#Encoder[JsonbValue[T]]
- 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()