All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.alibaba.fastjson.parser.deserializer.ExtraProcessable Maven / Gradle / Ivy

There is a newer version: 3.2.26
Show newest version
package com.alibaba.fastjson.parser.deserializer;

/**
 * 
 * @author wenshao[[email protected]]
 * @since 1.2.9
 */
public interface ExtraProcessable {
    void processExtra(String key, Object value);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy