Encoding

The way in which the annotation processor can encode a @Json-annotated class.

Entries

Link copied to clipboard

All properties defined in the class will be encoded unless either of the following is true:

Link copied to clipboard

Only properties explicitly annotated with @Json.Property will be encoded.

Link copied to clipboard

The annotation processor will try to find the best way to encode the @Json-annotated class.

Link copied to clipboard

The annotated class is not encodable.

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.