get<T> method

Reflector? get<T>()

Implementation

Reflector? get<T>() {
  return _reflects[T];
}