FileConverter

open class FileConverter

Provides a Converter that can be used persist and read File objects.

Constructors

Link copied to clipboard
constructor()

Functions

Link copied to clipboard
open fun convertToMapped(type: Class<out File>, absolutePath: String): File
Link copied to clipboard
open fun convertToPersisted(file: File): String
Link copied to clipboard
open fun getMappedType(): Class<File>
Link copied to clipboard
Link copied to clipboard