joelittlejohn / jsonschema2pojo

Generate Java types from JSON or JSON Schema and annotate those types for data-binding with Jackson, Gson, etc
http://www.jsonschema2pojo.org
Apache License 2.0
6.22k stars 1.66k forks source link

Feature to exclude property from generated toString #1557

Open Michal-Kubricht opened 1 year ago

Michal-Kubricht commented 1 year ago

Allow excludedFromToString feature to be used inside JSON schema. Useful for marking sensitive information to be generated into toString() method.