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

com.aevi.util.json.JsonPostProcessing Maven / Gradle / Ivy

There is a newer version: 1.2.0
Show newest version
package com.aevi.util.json;

/**
 * A callback interface for models to be notified when deserialisation is completed.
 */
public interface JsonPostProcessing {

    /**
     * Called once the model is fully deserialised
     */
    void onJsonDeserialisationCompleted();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy