Annotation Type Convert

    • Required Element Summary

      Required Elements 
      Modifier and Type Required Element Description
      java.lang.Class<? extends PropertyConverter> converter
      The converter class that ObjectBox should use.
      java.lang.Class dbType
      The Property type the Java field value is converted to/from.
    • Element Detail

      • dbType

        java.lang.Class dbType
        The Property type the Java field value is converted to/from. See the Custom Types documentation for a list of supported types.