get
open fun <Z, R> get(resourceClass: Class<Z>, transcodedClass: Class<R>): ResourceTranscoder<Z, R>
Content copied to clipboard
Returns the currently registered for the given classes.
Parameters
resourceClass
The class of the resource that the transcoder transcodes from.
transcodedClass
The class of the resource that the transcoder transcodes to.
<Z>
The type of the resource that the transcoder transcodes from.
<R>
The type of the resource that the transcoder transcodes to.