Class LocationConverter

  • All Implemented Interfaces:
    org.neo4j.ogm.typeconversion.CompositeAttributeConverter<PhysicalLocation>

    public class LocationConverter
    extends java.lang.Object
    implements org.neo4j.ogm.typeconversion.CompositeAttributeConverter<PhysicalLocation>
    • Constructor Detail

      • LocationConverter

        public LocationConverter()
    • Method Detail

      • toGraphProperties

        public java.util.Map<java.lang.String,​?> toGraphProperties​(PhysicalLocation value)
        Specified by:
        toGraphProperties in interface org.neo4j.ogm.typeconversion.CompositeAttributeConverter<PhysicalLocation>
      • toEntityAttribute

        public PhysicalLocation toEntityAttribute​(java.util.Map<java.lang.String,​?> value)
        Specified by:
        toEntityAttribute in interface org.neo4j.ogm.typeconversion.CompositeAttributeConverter<PhysicalLocation>