MapConverter

Provides a Converter that can be used persist and read java.util.Map objects.

Author

rsubramaniam

Constructors

Link copied to clipboard
constructor()

Functions

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