Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
prevent failures around not existing TypeInfo classes
Having a getType() method on an extractor is not enough. Such a method may exist to be forward-compatible with the TypeInfo component. We still must not call it if the TypeInfo component is not installed to prevent running into errors for not-defined classes when the TypeInfo component is not installed.
- Loading branch information