
com.googlecode.openbox.jsonpool.JsonStoreProvider Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of jsonpool Show documentation
Show all versions of jsonpool Show documentation
This is common Json Object Store Pool
package com.googlecode.openbox.jsonpool;
import java.util.List;
public interface JsonStoreProvider {
List get(K dc, int userNum, int fromIndex);
int getInitSize();
String getStorePath(K k);
Class getJsonClass();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy