@Target(value=TYPE)
@Retention(value=CLASS)
public @interface JsonMixIns
ObjectMapper,
ObjectReader or ObjectWriter.
This will generate a JsonSerializer and JsonDeserializer specific to the
annotated mapper. If you can, prefer the definition of your mix-in annotation in an AbstractConfiguration.
| Modifier and Type | Required Element and Description |
|---|---|
JsonMixIns.JsonMixIn[] |
value
List of
JsonMixIns.JsonMixIn annotations |
public abstract JsonMixIns.JsonMixIn[] value
JsonMixIns.JsonMixIn annotationsJsonMixIns.JsonMixIn objects.Copyright © 2018. All Rights Reserved.