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

com.clickntap.api.JsonBeanManager Maven / Gradle / Ivy

The newest version!
package com.clickntap.api;

import com.clickntap.tool.bean.BeanManager;

public interface JsonBeanManager extends BeanManager {

  public String readAsJson(Number id, Class clazz) throws Exception;

  public String readListAsJsonByFilter(Class clazz, String filter, String what) throws Exception;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy