Search:

Type: Posts; User: strekdal; Keyword(s):

Search: Search took 0.03 seconds.

  1. I found the answer after some more research: ...

    I found the answer after some more research:

    In my User class I just had to enter


    @JsonProperty("user-activation-code")
    private String user_activation_code;
  2. Deserializing JSON with element name containing hyphen

    I am writing an Android client that is getting info about a user via a REST-call (JSON).
    With Spring the result should be "automagically" returned as in instance of the User object I define, with...
Results 1 to 2 of 2