Package io.avaje.jsonb
Annotation Type Json.JsonAlias
-
@Retention(CLASS) @Target(FIELD) public static @interface Json.JsonAlias
Define one or more alternative names for a property accepted during deserialization.{@code
-
-
Element Detail
-
value
String[] value
One or more secondary names to accept as aliases to the official name.
-
-