addProperty

fun addProperty(property: Properties, value: Any?)

Adds a property to a PropertyEdge If the object is not a built-in type you must provide a serializer and deserializer in the PropertyEdgeConverter

Parameters

property

String containing the name of the property

value

Object containing the value of the property