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

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

package com.jn.easyjson.core;

import com.jn.langx.Customizer;

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




© 2015 - 2024 Weber Informatics LLC | Privacy Policy