Open hk-lrzy opened 1 year ago
please assign this issue to me, thanks!
@beyond-up Assigned it to you, look foward to your PR later~
@hk-lrzy @lichang-bd This issue seems can be closed.
Is this issue resolved already? I can work on this issue if not done yet.
Description
TypeInfo<?> typeInfo = typeInfoConverter.fromTypeString(type); and
TypeInfo<?> typeInfo = converter.fromTypeString(type);
Both the classes have the same issue of lack the validation for the result of the
converter.fromTypeString(type)
and cause if there returnnull
value the logic will throwNPE
. IMO it is not clearly enough for all users to know what's hapened and how to solve it.Your use scenarios
No response
Your alternatives
No response
Are you willing to submit PR?
Code of Conduct