fix(extension): 🐛 resolve JsonNaming annotation value - #1106
Conversation
linwumingshi
commented
Aug 16, 2025
- Update PropertyNameHelper.translate method to properly resolve the value of JsonNaming annotation
- Add ProjectDocConfigBuilder parameter to the translate method
- Use DocUtil.resolveAnnotationValue to get the correct value from the annotation
- Fix issue When using the JsonNaming annotation, if the value is not specified, a null pointer exception will occur during the build process. #1103 related to JsonNaming annotation resolution
- Update PropertyNameHelper.translate method to properly resolve the value of JsonNaming annotation - Add ProjectDocConfigBuilder parameter to the translate method - Use DocUtil.resolveAnnotationValue to get the correct value from the annotation - Fix issue TongchengOpenSource#1103 related to JsonNaming annotation resolution
|
🔍 Before proceeding, please review the contribution guidelines This includes requirements for:
Thanks for your PR. 🙏 In addition, if you have added new features, please provide example code in the repository smart-doc-group/smart-doc-example-cn. This will help other users understand how to use the new features. Code Style Reminder: 🔍 提交前请务必完成以下检查 需特别注意:
感谢您提交的PR。 🙏 另外,如果您添加了新功能,请在仓库smart-doc-group/smart-doc-example-cn中提供示例代码。这将帮助其他用户了解如何使用新功能。 代码风格提示: |