package typedobject

Type Members

  1. trait BaseJavaMapBasedSerializer[V >: AnyRef, T <: Map[String, V]] extends AnyRef
  2. case class TypedJavaMapSerializer(serializers: Array[(String, TypeSerializer[_])]) extends TypedObjectBasedTypeSerializer[Map[String, AnyRef]] with BaseJavaMapBasedSerializer[AnyRef, Map[String, AnyRef]] with Product with Serializable
    Annotations
    @SerialVersionUID()
  3. class TypedJavaMapSerializerSnapshot extends TypedObjectBasedSerializerSnapshot[Map[String, AnyRef]]
  4. case class TypedJavaMapTypeInformation(informations: Map[String, TypeInformation[_]]) extends TypedObjectBasedTypeInformation[Map[String, AnyRef]] with Product with Serializable
  5. case class TypedMapSerializer(serializers: Array[(String, TypeSerializer[_])]) extends TypedObjectBasedTypeSerializer[TypedMap] with BaseJavaMapBasedSerializer[Any, TypedMap] with Product with Serializable
    Annotations
    @SerialVersionUID()
  6. class TypedMapSerializerSnapshot extends TypedObjectBasedSerializerSnapshot[TypedMap]
  7. case class TypedMapTypeInformation(informations: Map[String, TypeInformation[_]]) extends TypedObjectBasedTypeInformation[TypedMap] with Product with Serializable
  8. abstract class TypedObjectBasedSerializerSnapshot[T] extends TypeSerializerSnapshot[T] with LazyLogging
  9. abstract class TypedObjectBasedTypeInformation[T] extends TypeInformation[T]
  10. abstract class TypedObjectBasedTypeSerializer[T] extends TypeSerializer[T] with LazyLogging
  11. case class TypedScalaMapSerializer(serializers: Array[(String, TypeSerializer[_])]) extends TypedObjectBasedTypeSerializer[Map[String, _ <: AnyRef]] with LazyLogging with Product with Serializable
    Annotations
    @SerialVersionUID()
  12. class TypedScalaMapSerializerSnapshot extends TypedObjectBasedSerializerSnapshot[Map[String, _ <: AnyRef]]
  13. case class TypedScalaMapTypeInformation(informations: Map[String, TypeInformation[_]]) extends TypedObjectBasedTypeInformation[Map[String, _ <: AnyRef]] with Product with Serializable

Ungrouped