-
Notifications
You must be signed in to change notification settings - Fork 510
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
[FEATURE] 希望增加 Context::config 的“与”操作 #2610
Comments
如果可以的话,希望再加个直接修改 |
public void config(Feature feature, boolean state) 用这个不可以么? |
啊哈,看走眼了。。。这个确实可以。 那,如何想重置为默认值,有什么接口可用吗? |
JSON.config 这个是重置全局默认值的 |
这个影响太大了。。。我是想重置 context 里的 long features 值。 应用场景是: 我给定了些默认的特性,但是用户不想要。用户想重置后,再添加自己的特性。 |
https://oss.sonatype.org/content/repositories/snapshots/com/alibaba/fastjson2/fastjson2/2.0.51-SNAPSHOT/ |
感谢! |
在我这儿。算是:在默认配置后,还有一个“二次配置”的可能。 |
还需要提供获取它们的两个函数(重置默认时用):
|
还需要加个 jsonb 相关的接口:
|
https://oss.sonatype.org/content/repositories/snapshots/com/alibaba/fastjson2/fastjson2/2.0.51-SNAPSHOT/ |
谢谢。。。哎,做开源人真不容易啊:) |
JSONFactory.defaultWriterFeatures 这两个,还没有对应的方法可以获取?! |
是不是可以添加???: |
@wenshao 还差两个函数啊:) |
@noear 你帮提交个PR? |
@wenshao 这两函数。。。我可以:) |
pr 提交了 |
JSONReader.Context::config(..) 和 JSONWriter.Context::config(..)
它们内部是
|=
操作,能不能出一个&=
的操作?The text was updated successfully, but these errors were encountered: