@Retention(value=RUNTIME) @Target(value=FIELD) public @interface JsonRequired
For use with Gson to denote certain fields must be deserialized as non-null or the object is invalid.
This is intended for use in the web / REST layer to auto reject objects that do not have required fields for processing.
Modifier and Type | Optional Element and Description |
---|---|
Discriminator[] |
discriminators |
String |
value |
public abstract String value
public abstract Discriminator[] discriminators
Copyright © 2020 iland Internet Solutions, Corp. All rights reserved.