-
- All Implemented Interfaces:
-
io.requery.Converter
public class VideoConverter implements Converter<Video, String>
Provides a Converter that can be used persist and read Video objects.
-
-
Method Summary
Modifier and Type Method Description Class<Video>
getMappedType()
Class<String>
getPersistedType()
Integer
getPersistedSize()
String
convertToPersisted(Video video)
Video
convertToMapped(Class<out Video> type, String value)
-
-
Method Detail
-
getMappedType
Class<Video> getMappedType()
-
getPersistedType
Class<String> getPersistedType()
-
getPersistedSize
Integer getPersistedSize()
-
convertToPersisted
String convertToPersisted(Video video)
-
convertToMapped
Video convertToMapped(Class<out Video> type, String value)
-
-
-
-