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

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

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

/**
 * 
 * @author wenshao[[email protected]]
 * @since 1.1.34
 */
public interface ExtraProcessor extends ParseProcess {

    void processExtra(Object object, String key, Object value);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy