question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Add `PropertyNamingStrategies.UpperSnakeCaseStrategy` (and `UPPER_SNAKE_CASE` constant)

See original GitHub issue

Describe the solution you’d like A property naming strategy that does UPPER_SNAKE_CASE.

Usage example The parameter userId is serialized as {"USER_ID":<value>}

I wasn’t able to find this in the source, so apologies if I’ve just missed it.

Issue Analytics

  • State:closed
  • Created 2 years ago
  • Comments:9 (8 by maintainers)

github_iconTop GitHub Comments

1reaction
cowtowncodercommented, Nov 15, 2022

@Dagte perhaps, but having been added a while ago this will be the name it shall be known as 😃

1reaction
cowtowncodercommented, Aug 14, 2021

Thank you!

Read more comments on GitHub >

github_iconTop Results From Across the Web

Class PropertyNamingStrategies.UpperSnakeCaseStrategy
A PropertyNamingStrategy that translates an input to the equivalent upper case snake case. The class extends PropertyNamingStrategies.
Read more >
Jackson Property Custom Naming Strategy - DZone
This quick tutorial demonstrates how to use built-in property naming strategies and how to create a custom one.
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found