fastjosn ignore getter error. #1661

This commit is contained in:
hengyunabc
2021-01-11 19:47:10 +08:00
parent a72ea418c5
commit 50a2e98f40
@@ -173,6 +173,8 @@ public class ArthasBootstrap {
JSON.DEFAULT_GENERATE_FEATURE |= SerializerFeature.DisableCircularReferenceDetect.getMask();
// add date format option for fastjson
JSON.DEFAULT_GENERATE_FEATURE |= SerializerFeature.WriteDateUseDateFormat.getMask();
// ignore getter error #1661
JSON.DEFAULT_GENERATE_FEATURE |= SerializerFeature.IgnoreErrorGetter.getMask();
}
private void initBeans() {