Class Convert.Unset

java.lang.Object
org.neo4j.ogm.annotation.typeconversion.Convert.Unset
All Implemented Interfaces:
AttributeConverter<Object,Object>
Enclosing class:
Convert

public abstract static class Convert.Unset extends Object implements AttributeConverter<Object,Object>
Placeholder to allow the annotation to be applied without specifying an explicit converter implementation.
  • Constructor Details

    • Unset

      public Unset()