Package io.objectbox.converter
For use with
@Convert: PropertyConverter
to convert custom Property types.
For more details look at the documentation of individual classes and docs.objectbox.io/advanced/custom-types.
-
Interface Summary Interface Description PropertyConverter<P,D> To use custom types in your entity, implement this to convert db values to entity values and back.