clear static method

void clear()

Clear all registered converters

Implementation

static void clear() {
  _converters.clear();
}