@Retention(value=RUNTIME) @Target(value=FIELD) public @interface JsonOptional
For use with Gson to denote certain fields may be included or not and the object is still valid.
This is intended for use in the web / REST layer to provide auto - field documenation.
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.