DataflowGranularityConverter

This converter converts a Granularity into a string-based representation in Neo4J.

Constructors

Link copied to clipboard
constructor()

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
open override val graphSchema: List<Pair<String, String>>

Determines to which properties and their types the received value will be split in the neo4j representation. The type is the first element in the pair and the property name is the second one.

Functions

Link copied to clipboard
open override fun toEntityAttribute(value: MutableMap<String, *>): Granularity
Link copied to clipboard
open override fun toGraphProperties(value: Granularity): MutableMap<String, *>