Skip to content

Add support for normalizers via attributes #13

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

Merged

Conversation

Fa-BRAIK
Copy link
Contributor

@Fa-BRAIK Fa-BRAIK commented Jan 1, 2025

No description provided.

Introduces `WithNormalizer` attribute for class-level normalizers, enhancing flexibility in data transformation. Updates relevant tests and normalizer logic to accommodate and validate class-level normalizers alongside existing ones.
@Fa-BRAIK Fa-BRAIK added the feature New feature! label Jan 1, 2025
@Fa-BRAIK Fa-BRAIK added this to the [v0.4] Configuration & Logs milestone Jan 1, 2025
Added examples for integrating normalizers via attributes or methods in `Normalizers.md`. Updated code coverage metrics in `clover.xml` to reflect improved test coverage and minor adjustments to method execution counts.
@Fa-BRAIK Fa-BRAIK marked this pull request as ready for review January 1, 2025 00:17
@Fa-BRAIK Fa-BRAIK changed the title Add support for normalizers and serializers via attributes Add support for normalizers via attributes Jan 1, 2025
@Fa-BRAIK Fa-BRAIK added the refactor Code improvments reorganization without changing functionality. label Jan 1, 2025
Simplified ClassContext instantiation by allowing class-string input in addition to ReflectionClass. Updated relevant tests and methods to use the class-string approach, removing unnecessary ReflectionClass instances. This enhances readability and reduces boilerplate code.
@Fa-BRAIK Fa-BRAIK merged commit 5ba9880 into main Jan 1, 2025
2 checks passed
@Fa-BRAIK Fa-BRAIK deleted the feature/with-normalizers-and-with-serializer-attributes branch January 1, 2025 00:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature New feature! refactor Code improvments reorganization without changing functionality.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant