mirror of
https://github.com/alibaba/arthas.git
synced 2024-04-21 10:21:39 +00:00
fastjosn ignore getter error. #1661
This commit is contained in:
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user