Relative Content

Tag Archive for javajsonspringtestingmockito

Is there a better approach for @JsonProperty WRITE_ONLY

I’m developing a REST API where one endpoint is used to create accounts, including a passwordHash field (currently unencrypted). For security reasons, when fetching account details via a GET method, I’ve configured my Account entity as follows: