Score_
- the actual score typepublic abstract class AbstractScoreJacksonJsonDeserializer<Score_ extends Score<Score_>>
extends com.fasterxml.jackson.databind.JsonDeserializer<Score_>
Score
type.
For example: use @JsonSerialize(using = HardSoftScoreScoreJacksonJsonSerializer.class) @JsonDeserialize(using = HardSoftScoreJacksonJsonDeserializer.class)
on a HardSoftScore score
field and it will marshalled to JSON as "score":"-999hard/-999soft"
.
Score
Constructor and Description |
---|
AbstractScoreJacksonJsonDeserializer() |
deserialize, deserialize, deserializeWithType, findBackReference, getDelegatee, getEmptyAccessPattern, getEmptyValue, getEmptyValue, getKnownPropertyNames, getNullAccessPattern, getNullValue, getNullValue, getObjectIdReader, handledType, isCachable, replaceDelegatee, supportsUpdate, unwrappingDeserializer
Copyright © 2006–2019 JBoss by Red Hat. All rights reserved.