Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Resolve custom placeholders in tables #173

Closed
wants to merge 3 commits into from

Conversation

AntonOellerer
Copy link
Contributor

Resolve custom placeholders in tables

To be able to resolve custom placeholders in tables,
this commit applies the full transformation
process to IBodyElements found in tables

Needs to be merged after #170 and #171

Up until now, the generation options were only
applied to temporal objects in certain cases.
This commit uses the options as second source
of value if a temporal field is not annotated with
the `@Format` annotation.
Up until now, the `@Translatable` annotation
only worked on Strings and Enums.
To be able to also specify more complex objects as
translatable, the annotation is extended by an
optional `toStringMethod` which is used to retrieve
a string value to translate for those objects.
To be able to resolve custom placeholders in tables,
this commit applies the full transformation
process to IBodyElements found in tables
@AntonOellerer AntonOellerer added the bug Something isn't working label Oct 5, 2022
@AntonOellerer AntonOellerer self-assigned this Oct 5, 2022
@AntonOellerer
Copy link
Contributor Author

Needs to be solved in a separate story

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant