object Bundle
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- Bundle
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
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
-
def
apply(model: DataType, elements: Vector[RootElement]): Bundle
Constructs a bundle from data type and elements.
Constructs a bundle from data type and elements.
- Annotations
- @throws( "if the bundle is invalid." )
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native() @HotSpotIntrinsicCandidate()
-
implicit
val
decoder: Decoder[Bundle]
JSON Decoder.
-
implicit
val
encoder: ObjectEncoder[Bundle]
JSON Encoder.
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
fromByteStringWithHeader(bytes: ByteString): Bundle
Deserializes from ByteString including header
-
def
fromByteStringWithoutHeader(dataType: DataType, bytes: ByteString): Bundle
Deserializes the bundle from a stream without header (as ByteString)
-
def
fromStreamWithHeader()(implicit ec: ExecutionContext): Sink[ByteString, Future[Bundle]]
Deserializes from a Stream including Header.
-
def
fromStreamWithoutHeader(dataType: DataType)(implicit ec: ExecutionContext): Sink[ByteString, Future[Bundle]]
Deserializes the bundle from a stream without header.
-
def
fundamental[ST](x: ST)(implicit valueEncoder: ValueEncoder[ST]): SingleElementBundle
Wrap a single primitive non tabular value.
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
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() @HotSpotIntrinsicCandidate()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
def
void: SingleElementBundle
The empty value.
-
def
voidNull: SingleElementBundle
A nullable void Null element value (for comparison with other nullable values)
-
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( ... )