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