createCaseFormatTransformFunction

fun createCaseFormatTransformFunction(fromFormat: CaseFormat, toFormat: CaseFormat): TransformFunction<String, String>(source)

Transform function that will transform a String from one CaseFormat to another.

Parameters

fromFormat

The CaseFormat to transform from.

toFormat

The CaseFormat to transform to.