dingziyang
dingziyang
@dilipkrish I upgraded to 2.9.2 but found a new problem: ``` java.lang.NumberFormatException: For input string: "" at java.lang.NumberFormatException.forInputString(NumberFormatException.java:65) at java.lang.Long.parseLong(Long.java:601) at java.lang.Long.valueOf(Long.java:803) at io.swagger.models.parameters.AbstractSerializableParameter.getExample(AbstractSerializableParameter.java:412) at sun.reflect.GeneratedMethodAccessor466.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at...
@prowave It seems feasible, can you tell me which class the variable ‘typeResolver’ comes from?
@prowave I want resolve this:`ResultVO`, the `ResultVO,DicBase` are custom object。Can you tell me how write alternateTypeRules?Thanks.
@prowave I do it, it's worked! Thank you very much!
今天我也碰到这个问题了,有解决办法或者思路吗?