transform

open fun <I : Any, O> transform(input: I, outputClass: Class<O>, processOptions: ProcessOptions = ProcessOptions()): O

Transform between these two types if possible.