case class PostJsonOptionWithStream[TRequest <: AnyRef](url: String)(implicit evidence$23: ClassTag[TRequest], evidence$24: scala.reflect.api.JavaUniverse.TypeTag[TRequest]) extends PostChannel with JsonSerialization with Product with Serializable
- Alphabetic
- By Inheritance
- PostJsonOptionWithStream
- Serializable
- Serializable
- Product
- Equals
- JsonSerialization
- PostChannel
- Channel
- AnyRef
- Any
- Hide All
- Show All
- Public
- All
Instance Constructors
- new PostJsonOptionWithStream(url: String)(implicit arg0: ClassTag[TRequest], arg1: scala.reflect.api.JavaUniverse.TypeTag[TRequest])
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( ... ) @native() @HotSpotIntrinsicCandidate()
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
fromJson[T](json: String)(implicit codec: JsonValueCodec[T]): T
Deserializes a JSON string into a given type.
Deserializes a JSON string into a given type.
- T
The type to deserialize the content into.
- Definition Classes
- JsonSerialization
-
def
fromJsonBytes[T](json: ByteBuffer)(implicit codec: JsonValueCodec[T]): T
Deserializes a JSON byte buffer into a given type.
Deserializes a JSON byte buffer into a given type. This is more efficient than fromJson.
- T
The type to deserialize the content into.
- Definition Classes
- JsonSerialization
-
def
fromJsonBytesOption[T](json: ByteBuffer)(implicit codec: JsonValueCodec[T]): Option[T]
Same as fromJsonBytes, but handles option values, by deserializing empty buffer to
None.Same as fromJsonBytes, but handles option values, by deserializing empty buffer to
None.- T
The type to deserialize the content into.
- Definition Classes
- JsonSerialization
-
def
fromJsonOption[T](json: String)(implicit codec: JsonValueCodec[T]): Option[T]
Same as fromJson, but handles option values, by deserializing empty string to
None.Same as fromJson, but handles option values, by deserializing empty string to
None.- T
The type to deserialize the content into.
- Definition Classes
- JsonSerialization
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
val
method: Kind
- Definition Classes
- PostChannel → Channel
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- def post(body: Option[TRequest], outputStream: OutputStream)(implicit httpChannel: HttpChannel, codec: JsonValueCodec[TRequest]): Unit
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toJson[T](obj: T)(implicit codec: JsonValueCodec[T]): String
Serializes an object to a compact JSON string without indentation and line breaks.
Serializes an object to a compact JSON string without indentation and line breaks.
- obj
The object to serialize.
- Definition Classes
- JsonSerialization
-
def
toJsonBytes[T](obj: T)(implicit codec: JsonValueCodec[T]): Array[Byte]
Serializes an object to a JSON bytes with UTF-8 encoding without indentation and line breaks.
Serializes an object to a JSON bytes with UTF-8 encoding without indentation and line breaks. This is more efficient than toJson.
- obj
The object to serialize.
- Definition Classes
- JsonSerialization
-
def
toJsonBytesOption[T](obj: Option[T])(implicit codec: JsonValueCodec[T]): Array[Byte]
Same as toJsonBytes, but handles option values, which are serialized to empty arrays.
Same as toJsonBytes, but handles option values, which are serialized to empty arrays.
- obj
The object to serialize.
- Definition Classes
- JsonSerialization
-
def
toJsonOption[T](obj: Option[T])(implicit codec: JsonValueCodec[T]): String
Same as toJson, but handles option values, which are serialized to empty strings.
Same as toJson, but handles option values, which are serialized to empty strings.
- obj
The object to serialize.
- Definition Classes
- JsonSerialization
-
val
url: String
- Definition Classes
- PostJsonOptionWithStream → Channel
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
def
wildcardUrl: String
- Definition Classes
- Channel
Deprecated Value Members
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] ) @Deprecated
- Deprecated