Jackson を使用してJavaオブジェクトをJSONにシリアル化するときに、SuppressラッパーオブジェクトCustomJSONSerializer
から
試しました。
しかし、次の例外が発生します:
com.fasterxml.jackson.databind.JsonMappingException: object is not an instance of declaring class (through reference chain: com.fasterxml.jackson.databind.type.SimpleType["test"])
at com.fasterxml.jackson.databind.JsonMappingException.wrapWithPath(JsonMappingException.java:232)
at com.fasterxml.jackson.databind.JsonMappingException.wrapWithPath(JsonMappingException.java:197)
at com.fasterxml.jackson.databind.ser.std.StdSerializer.wrapAndThrow(StdSerializer.java:183)
エンティティをシリアライズしたい Like
エンティティ A
エンティティ A.親
エンティティ A.Parent.Parent