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
So, if no Creator (constructor or factory method) found for a value, exception thrown is of type MismatchedInputException which is bit misleading (even if message does explain what is occurring). This is because method called at the end is "reportInputMismatch()" instead of "reportBadDefinition()" -- this may be a simple copy-paste mistake as earlier call in same method uses "reportBadDefinition()".