Allows naming strategy to change on the fly. This is helpful when you may want to dynamically alter the naming strategy for individual struct without changing the behavior everywhere.
User Case Description
Change naming strategy for individual structs/db transactions/sessions.
What did this pull request do?
Allows naming strategy to change on the fly. This is helpful when you may want to dynamically alter the naming strategy for individual struct without changing the behavior everywhere.
User Case Description
Change naming strategy for individual structs/db transactions/sessions.