CpgCompositeConverter

interface CpgCompositeConverter<A> : CompositeAttributeConverter<A>

Inheritors

Properties

Link copied to clipboard
abstract 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
abstract fun toEntityAttribute(value: MutableMap<String, *>): A
Link copied to clipboard
abstract fun toGraphProperties(value: A): MutableMap<String, *>