ProductStringConverter

class ProductStringConverter constructor : StdConverter<String, String>

Constructors

Link copied to clipboard
fun ProductStringConverter()

Functions

Link copied to clipboard
open override fun convert(value: String): String
Link copied to clipboard
open override fun getInputType(p0: TypeFactory): JavaType
Link copied to clipboard
open override fun getOutputType(p0: TypeFactory): JavaType