V - JSON对象类型public interface MatcherJSONSerializer<V> extends JSONSerializer<V>
| Modifier and Type | Method and Description |
|---|---|
boolean |
match(Object bean,
JSONContext context)
判断是否匹配
根据Java对象内容、类型等信息,配合当前JSON所处位置判断是否匹配,用于决定是否执行序列化 |
serializeboolean match(Object bean, JSONContext context)
bean - 对象context - JSON上下文Copyright © 2025. All rights reserved.