Representation

The way in which the annotation processor will represent a @Json-annotated class in JSON.

Entries

Link copied to clipboard

Classes will be represented structured, except inline classes which will be represented as singleValue.

Link copied to clipboard

The annotated class will be represented directly as a single JSON value without wrapping that value in a JSON object.

Link copied to clipboard

The annotated class will be represented as a JSON object and its properties being used as keys and value respectively.

Properties

Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard

Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Link copied to clipboard

Returns an array containing the constants of this enum type, in the order they're declared.