package
typedobject
Type Members
-
trait
BaseJavaMapBasedSerializer[V >: AnyRef, T <: Map[String, V]] extends AnyRef
-
case class
TypedJavaMapSerializer(serializers: Array[(String, TypeSerializer[_])]) extends TypedObjectBasedTypeSerializer[Map[String, AnyRef]] with BaseJavaMapBasedSerializer[AnyRef, Map[String, AnyRef]] with Product with Serializable
-
class
TypedJavaMapSerializerSnapshot extends TypedObjectBasedSerializerSnapshot[Map[String, AnyRef]]
-
case class
TypedJavaMapTypeInformation(informations: Map[String, TypeInformation[_]]) extends TypedObjectBasedTypeInformation[Map[String, AnyRef]] with Product with Serializable
-
case class
TypedMapSerializer(serializers: Array[(String, TypeSerializer[_])]) extends TypedObjectBasedTypeSerializer[TypedMap] with BaseJavaMapBasedSerializer[Any, TypedMap] with Product with Serializable
-
class
TypedMapSerializerSnapshot extends TypedObjectBasedSerializerSnapshot[TypedMap]
-
case class
TypedMapTypeInformation(informations: Map[String, TypeInformation[_]]) extends TypedObjectBasedTypeInformation[TypedMap] with Product with Serializable
-
abstract
class
TypedObjectBasedSerializerSnapshot[T] extends TypeSerializerSnapshot[T] with LazyLogging
-
abstract
class
TypedObjectBasedTypeInformation[T] extends TypeInformation[T]
-
abstract
class
TypedObjectBasedTypeSerializer[T] extends TypeSerializer[T] with LazyLogging
-
case class
TypedScalaMapSerializer(serializers: Array[(String, TypeSerializer[_])]) extends TypedObjectBasedTypeSerializer[Map[String, _ <: AnyRef]] with LazyLogging with Product with Serializable
-
class
TypedScalaMapSerializerSnapshot extends TypedObjectBasedSerializerSnapshot[Map[String, _ <: AnyRef]]
-
case class
TypedScalaMapTypeInformation(informations: Map[String, TypeInformation[_]]) extends TypedObjectBasedTypeInformation[Map[String, _ <: AnyRef]] with Product with Serializable