On Thu, Sep 26, 2019 at 12:20 PM Aimaen Akief <
ayma...@gmail.com> wrote:
>
> I am trying to use redaction for my PII information before I save it in the server but when i initiated the code. It throws me this exception :
>
> ## java.lang.ClassCastException: com.fasterxml.jackson.databind.node.TextNode cannot be cast to com.fasterxml.jackson.databind.node.ObjectNode
Yes. Do not try to case `TextNode` as `ObjectNode`: `TextNode` is not
a subtype of `ObjectNode`.
For more help, please include code and input you are using,
-+ Tatu +-