You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The method findConverterByClassPair(Class, Class) in the GenericConversionService will throw a NullPointerException if the passed arguments are null.
This can happen for example with raw collection types when TypeDescriptor.getObjectType() returns null.