Uses of Package
io.objectbox.converter
-
Packages that use io.objectbox.converter Package Description io.objectbox ObjectBox is an an easy to use, object-oriented lightweight database and a full alternative to SQLite.io.objectbox.annotation Annotations to mark a class as an@Entity, to specify the@IdProperty, to create an@Indexor a@TransientProperty.io.objectbox.converter For use with@Convert:PropertyConverterto convert custom Property types. -
Classes in io.objectbox.converter used by io.objectbox Class Description PropertyConverter To use custom types in your entity, implement this to convert db values to entity values and back. -
Classes in io.objectbox.converter used by io.objectbox.annotation Class Description PropertyConverter To use custom types in your entity, implement this to convert db values to entity values and back. -
Classes in io.objectbox.converter used by io.objectbox.converter Class Description FlexObjectConverter Converts betweenObjectproperties and byte arrays using FlexBuffers.IntegerFlexMapConverter AFlexObjectConverterthat usesIntegeras map keys.LongFlexMapConverter AFlexObjectConverterthat usesLongas map keys.PropertyConverter To use custom types in your entity, implement this to convert db values to entity values and back.StringFlexMapConverter