How do you ignore a JSON property in JSON-B

Sometimes you want to ignore a JSON property. How would you do this? See https://github.com/manorrock/jakartaee-examples/tree/master/jsonb/jsonbTransient.

Posted August 22nd, 2018

Up