Class RegionConverter

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

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

      • RegionConverter

        public RegionConverter()
    • Method Detail

      • toGraphProperties

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

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