Fixed #11471
This commit is contained in:
@@ -399,7 +399,9 @@ public class ContentParser{
|
||||
T t = internalRead(type, elementType, jsonData, keyType);
|
||||
if(t != null && !Reflect.isWrapper(t.getClass()) && (type == null || !type.isPrimitive())){
|
||||
checkNullFields(t);
|
||||
listeners.each(hook -> hook.parsed(type, jsonData, t));
|
||||
if(jsonData.isObject()){
|
||||
listeners.each(hook -> hook.parsed(type, jsonData, t));
|
||||
}
|
||||
}
|
||||
return t;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user