You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Support the naming strategies implemented natively by Jackson. If, for example, the class is annotated with @JsonNaming(PropertyNamingStrategy.SnakeCaseStrategy.class), Apina should know that fooBar will be foo_bar on the wire.
The text was updated successfully, but these errors were encountered:
Support the naming strategies implemented natively by Jackson. If, for example, the class is annotated with
@JsonNaming(PropertyNamingStrategy.SnakeCaseStrategy.class)
, Apina should know thatfooBar
will befoo_bar
on the wire.The text was updated successfully, but these errors were encountered: