Class TypeSetConverter

  • All Implemented Interfaces:
    org.neo4j.ogm.typeconversion.AttributeConverter<java.util.Collection<Type>,​java.lang.String[]>

    public class TypeSetConverter
    extends org.neo4j.ogm.typeconversion.ConverterBasedCollectionConverter<Type,​java.lang.String>
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String[] toGraphProperty​(java.util.Collection<Type> values)  
      • Methods inherited from class org.neo4j.ogm.typeconversion.ConverterBasedCollectionConverter

        toEntityAttribute
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • TypeSetConverter

        public TypeSetConverter()
    • Method Detail

      • toGraphProperty

        public java.lang.String[] toGraphProperty​(java.util.Collection<Type> values)
        Specified by:
        toGraphProperty in interface org.neo4j.ogm.typeconversion.AttributeConverter<java.util.Collection<Type>,​java.lang.String[]>
        Overrides:
        toGraphProperty in class org.neo4j.ogm.typeconversion.ConverterBasedCollectionConverter<Type,​java.lang.String>