get

fun get(type: Class<*>): ArgumentProcessor<*>

Gets the Argument Processor for the given type

Return

The Argument Processor for the given type

Parameters

type

The type of the argument. Example: String class, Int class, etc.