private fun mapToEnumValue(paramType: KType, enumValue: String): Enum<*>

Map a value to an enum entry

Return

the entry

Parameters

paramType

the enum type

enumValue

the name of the enum entry