Registers a template for all binary classes: ArrayBuffer, Uint8Array, Int8Array, etc.
Parameters
v: T
Returns void
setClass
setClass(classType: ClassType<any>, v: T): void
Registers a template for a given class type.
As soon as a single template has registered for the given classType the template registry
only returns templates for this particular classType and omits all general purpose ReflectionKind.class templates for this particular classType.
Removes all registered templates.