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

com.jn.easyjson.core.JsonCustomizer Maven / Gradle / Ivy

There is a newer version: 3.2.26
Show newest version
package com.jn.easyjson.core;

import com.jn.langx.Customizer;

public interface JsonCustomizer extends Customizer {
    void customize(JSON json);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy