VideoConverter

open class VideoConverter

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

Constructors

Link copied to clipboard
constructor()

Functions

Link copied to clipboard
open fun convertToMapped(type: Class<out Video>, value: String): Video
Link copied to clipboard
open fun convertToPersisted(video: Video): String
Link copied to clipboard
open fun getMappedType(): Class<Video>
Link copied to clipboard
Link copied to clipboard