Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8563961
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 11, 20262026-06-11T17:05:23+00:00 2026-06-11T17:05:23+00:00

I have a user object that is sent to and from the server. When

  • 0

I have a user object that is sent to and from the server. When I send out the user object, I don’t want to send the hashed password to the client. So, I added @JsonIgnore on the password property, but this also blocks it from being deserialized into the password that makes it hard to sign up users when they don’t have a password.

How can I only get @JsonIgnore to apply to serialization and not deserialization? I’m using Spring JSONView, so I don’t have a ton of control over the ObjectMapper.

Things I’ve tried:

  1. Add @JsonIgnore to the property
  2. Add @JsonIgnore on the getter method only
  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-11T17:05:25+00:00Added an answer on June 11, 2026 at 5:05 pm

    Exactly how to do this depends on the version of Jackson that you’re using. This changed around version 1.9, before that, you could do this by adding @JsonIgnore to the getter.

    Which you’ve tried:

    Add @JsonIgnore on the getter method only

    Do this, and also add a specific @JsonProperty annotation for your JSON "password" field name to the setter method for the password on your object.

    More recent versions of Jackson have added READ_ONLY and WRITE_ONLY annotation arguments for JsonProperty. So you could also do something like:

    @JsonProperty(access = JsonProperty.Access.WRITE_ONLY)
    private String password;
    

    Docs can be found here.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have an object that was previously round-tripping from the server to the client
I have the following code that loads a user's Active Directory DirectoryEntry object from
I have an object that I save like this in my controller: @user =
I have an object called users that I use to store user objects that
I have a form that is bind to an object, and when the user
I'm writing an app that monitors the user's location. I have a CLLocationManager object
I want to integrate chargify to my rails app. I have user object and
I have a script-heavy Access db that I recently sent out to the end-users
I am using Core Data to store data from the server that is sent
I have a Ticket class that contains a List of User objects: class Ticket

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.