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

org.butor.json.util.JsonResponse Maven / Gradle / Ivy

package org.butor.json.util;

import java.util.List;

import org.butor.json.service.ResponseHandler;
import org.butor.utils.Message;

public interface JsonResponse extends ResponseHandler {
	List getMessages();
	List getRows();
	T getRow();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy