Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
在JsonDeserializer#deserialize(JsonParser jp, DeserializationContext ctx)方法中,如何找到当前正在反序列化的字段(令牌)的父级?
JsonDeserializer#deserialize(JsonParser jp, DeserializationContext ctx)
父母,我的意思是当前字段的祖先中最接近的标记类型START_OBJECT。
START_OBJECT
你不能;当父反序列化器使用信息时,它不会被传递或维护,以最大限度地减少开销。