ModelEngine-Group / ModelEngine-Group/fit-framework
Jackson 对象序列化器支持自定义配置
Open
Nobody has claimed this yet.
from: gitcode
in: fit
status: pending-design-work
type: documentation
type: enhancement
- Dominant language
- Java
- Stars
- 2.1k
- Forks
- 335
- PR merge metrics
- No merged PRs in 30d
Description
SpringBoot 支持 通过application.yml 配置 Jackson 序列化器的属性,当前支持的配置特性不全。
从功能易用性上来看,感觉是需要在这方面进行加强,但是FIT的插件体系,决定了用户插件使用过程中,应该是不感知使用了何种Json的实现的,所以这个配置有可能是全局添加,在Jackson的插件中进行生效。细节还需要后续进行详细的系统设计和讨论。
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
No source files or tests are named. Start by locating the SpringBoot application.yml configuration handling and the Jackson plugin integration. Clarify which serializer properties should be supported, whether configuration is global, and how the plugin system should remain implementation-agnostic before defining completion criteria.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- java, spring-boot
- Domain
- backend
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100