mirror of
https://gitee.com/chinabugotech/hutool.git
synced 2025-07-21 15:09:48 +08:00
fix all test
This commit is contained in:
@@ -65,7 +65,6 @@ public class JSONPrimitiveTypeAdapter implements MatcherJSONSerializer<Object>,
|
||||
public Object deserialize(final JSON json, final Type deserializeType) {
|
||||
final Object value = json.asJSONPrimitive().getValue();
|
||||
|
||||
|
||||
if (null != value && TypeUtil.getClass(deserializeType).isAssignableFrom(value.getClass())) {
|
||||
return value;
|
||||
}
|
||||
|
Reference in New Issue
Block a user