Class 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>>
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      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 Detail

      • PropertyEdgeConverter

        public PropertyEdgeConverter()
    • Method Detail

      • toGraphProperties

        public java.util.Map<java.lang.String,​java.lang.Object> toGraphProperties​(java.util.Map<Properties,​java.lang.Object> value)
        Specified by:
        toGraphProperties in interface org.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:
        toEntityAttribute in interface org.neo4j.ogm.typeconversion.CompositeAttributeConverter<java.util.Map<Properties,​java.lang.Object>>