Feature/bael 87 (#1590)
* BAEL-87 - @JsonComponent in Spring Boot * BAEL-87 - @JsonComponent in Spring Boot * BAEL-87 - @JsonComponent in Spring Boot Rename tests to end on *IntegrationTest so they can be run on a more powerful Jenkins machine
This commit is contained in:
parent
cb9c16a533
commit
bbcafe2e32
|
@ -34,7 +34,6 @@ public class UserCombinedSerializer {
|
|||
}
|
||||
}
|
||||
|
||||
@JsonComponent
|
||||
public static class UserJsonDeserializer extends JsonDeserializer<User> {
|
||||
@Override
|
||||
public User deserialize(JsonParser jsonParser, DeserializationContext deserializationContext) throws IOException, JsonProcessingException {
|
||||
|
|
Loading…
Reference in New Issue