We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bd2dd93 commit 6df464cCopy full SHA for 6df464c
objectbox-java-api/src/main/java/io/objectbox/converter/PropertyConverter.java
@@ -23,6 +23,8 @@
23
* <ul>
24
* <li>Converters are created by the default constructor</li>
25
* <li>Converters must be implemented thread-safe</li>
26
+ * <li>Converters must not interact with the database (such as using Box or BoxStore)</li>
27
+ * <li>Converters must handle null values</li>
28
* </ul>
29
*/
30
public interface PropertyConverter<P, D> {
0 commit comments