Class

de.l3s.archivespark.enrich.grouping

GroupRecord

Related Doc: package grouping

Permalink

class GroupRecord extends TypedEnrichRoot[Map[String, Any]]

Linear Supertypes
TypedEnrichRoot[Map[String, Any]], TypedEnrichable[Map[String, Any]], EnrichRoot, Enrichable, JsonConvertible, Copyable[Enrichable], Cloneable, Cloneable, Serializable, Serializable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. GroupRecord
  2. TypedEnrichRoot
  3. TypedEnrichable
  4. EnrichRoot
  5. Enrichable
  6. JsonConvertible
  7. Copyable
  8. Cloneable
  9. Cloneable
  10. Serializable
  11. Serializable
  12. AnyRef
  13. Any
  1. Hide All
  2. Show all
Visibility
  1. Public
  2. All

Instance Constructors

  1. new GroupRecord(get: Map[String, Any])

    Permalink

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. def apply[D](key: String)(implicit arg0: ClassTag[D]): Option[TypedEnrichable[D]]

    Permalink
    Definition Classes
    Enrichable
  5. def apply[D](path: Seq[String])(implicit arg0: ClassTag[D]): Option[TypedEnrichable[D]]

    Permalink
    Definition Classes
    Enrichable
  6. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  7. def chain: Seq[Enrichable]

    Permalink
    Definition Classes
    Enrichable
  8. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  9. def copy(): Enrichable

    Permalink
    Definition Classes
    Copyable
  10. def enrich(fieldName: String, enrichment: Enrichable): Enrichable

    Permalink
    Definition Classes
    Enrichable
  11. def enrichValue[Value](fieldName: String, value: Value): Enrichable

    Permalink
    Definition Classes
    Enrichable
  12. def enrichment[D](key: String)(implicit arg0: ClassTag[D]): Option[TypedEnrichable[D]]

    Permalink
    Definition Classes
    Enrichable
  13. def enrichments: Set[String]

    Permalink
    Definition Classes
    Enrichable
  14. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  15. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  16. def field(key: String): String

    Permalink
    Definition Classes
    Enrichable
  17. def field: String

    Permalink
    Definition Classes
    Enrichable
  18. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  19. def get[T](field: String): T

    Permalink
  20. def get[D](path: Seq[String])(implicit arg0: ClassTag[D]): Option[D]

    Permalink
    Definition Classes
    Enrichable
  21. def get[D](path: String)(implicit arg0: ClassTag[D]): Option[D]

    Permalink
    Definition Classes
    Enrichable
  22. val get: Map[String, Any]

    Permalink
    Definition Classes
    GroupRecordTypedEnrichableEnrichable
  23. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  24. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  25. def isExcludedFromOutput: Boolean

    Permalink
    Definition Classes
    Enrichable
  26. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  27. def lastException: Option[Exception]

    Permalink
    Definition Classes
    Enrichable
  28. def metaKey: String

    Permalink
    Definition Classes
    GroupRecordEnrichRoot
  29. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  30. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  31. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  32. def parent[A]: TypedEnrichable[A]

    Permalink
    Definition Classes
    Enrichable
  33. def path: Seq[String]

    Permalink
    Definition Classes
    Enrichable
  34. def root[A]: TypedEnrichRoot[A]

    Permalink
    Definition Classes
    EnrichRootEnrichable
  35. def setAlias(fieldName: String, alias: String): Enrichable

    Permalink
    Definition Classes
    Enrichable
  36. def setHierarchy(parent: Enrichable, field: String, root: EnrichRoot): Unit

    Permalink
    Attributes
    protected[de.l3s.archivespark.enrich]
    Definition Classes
    Enrichable
  37. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  38. def toJson: Map[String, Any]

    Permalink
    Definition Classes
    EnrichRootJsonConvertible
  39. def toJsonString(pretty: Boolean = true): String

    Permalink
    Definition Classes
    JsonConvertible
  40. def toJsonString: String

    Permalink
    Definition Classes
    JsonConvertible
  41. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  42. def typed[T]: TypedEnrichable[T]

    Permalink
    Definition Classes
    Enrichable
  43. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  44. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  45. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from TypedEnrichRoot[Map[String, Any]]

Inherited from TypedEnrichable[Map[String, Any]]

Inherited from EnrichRoot

Inherited from Enrichable

Inherited from JsonConvertible

Inherited from Copyable[Enrichable]

Inherited from Cloneable

Inherited from Cloneable

Inherited from Serializable

Inherited from Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped