Interface ObjectStore

All Superinterfaces:
Store<String,Object>
All Known Implementing Classes:
FileSourceJsonObjectStore, InMemoryObjectStore

public interface ObjectStore extends Store<String,Object>