Package io.objectbox.converter
Class StringFlexMapConverter
java.lang.Object
io.objectbox.converter.FlexObjectConverter
io.objectbox.converter.StringFlexMapConverter
- All Implemented Interfaces:
PropertyConverter<Object,
byte[]>
- Direct Known Subclasses:
StringLongMapConverter
A
FlexObjectConverter
.
Used by default to convert Map<String, V>
.
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class io.objectbox.converter.FlexObjectConverter
checkMapKeyType, convertToDatabaseValue, convertToEntityProperty, shouldRestoreAsLong
-
Constructor Details
-
StringFlexMapConverter
public StringFlexMapConverter()
-