Skip to content

ClickActionDeserializer

This docs was updated at: 2026-03-21

com.paragon.responses.json.ClickActionDeserializer  ยท  Class

Extends ValueDeserializer<ClickAction>


Custom deserializer for ClickAction to handle @JsonUnwrapped Coordinate.

Jackson doesn't support @JsonUnwrapped with @JsonCreator (which records implicitly use), so we need a custom deserializer to read the unwrapped x and y fields.