getRewriter

open override fun getRewriter(commandType: Class<*>): CommandBuilderRewriter?

Gets the registered rewriter for the specified command type.

Return

the registered rewriter, or null if none found

Parameters

commandType

the command type to look up