Class PropertyEdgeConverter
java.lang.Object
de.fraunhofer.aisec.cpg.graph.edge.PropertyEdgeConverter
- All Implemented Interfaces:
org.neo4j.ogm.typeconversion.CompositeAttributeConverter<java.util.Map<Properties,java.lang.Object>>
public class PropertyEdgeConverter extends java.lang.Object implements org.neo4j.ogm.typeconversion.CompositeAttributeConverter<java.util.Map<Properties,java.lang.Object>>
-
Constructor Summary
Constructors Constructor Description PropertyEdgeConverter() -
Method Summary
Modifier and Type Method Description java.util.Map<Properties,java.lang.Object>toEntityAttribute(java.util.Map<java.lang.String,?> value)java.util.Map<java.lang.String,java.lang.Object>toGraphProperties(java.util.Map<Properties,java.lang.Object> value)Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
PropertyEdgeConverter
public PropertyEdgeConverter()
-
-
Method Details
-
toGraphProperties
public java.util.Map<java.lang.String,java.lang.Object> toGraphProperties(java.util.Map<Properties,java.lang.Object> value)- Specified by:
toGraphPropertiesin interfaceorg.neo4j.ogm.typeconversion.CompositeAttributeConverter<java.util.Map<Properties,java.lang.Object>>
-
toEntityAttribute
public java.util.Map<Properties,java.lang.Object> toEntityAttribute(java.util.Map<java.lang.String,?> value)- Specified by:
toEntityAttributein interfaceorg.neo4j.ogm.typeconversion.CompositeAttributeConverter<java.util.Map<Properties,java.lang.Object>>
-