Uses of Interface
edu.uiuc.ncsa.security.util.json.JSONStore
-
Packages that use JSONStore Package Description edu.uiuc.ncsa.security.util.json Some utilities for working with JSON. -
-
Uses of JSONStore in edu.uiuc.ncsa.security.util.json
Classes in edu.uiuc.ncsa.security.util.json that implement JSONStore Modifier and Type Class Description class
TestMemStore<V extends JSONEntry>
This is used in various places for testing and debugging.Methods in edu.uiuc.ncsa.security.util.json that return JSONStore Modifier and Type Method Description JSONStore<? extends JSONEntry>
PreProcessor. getStore()
Constructors in edu.uiuc.ncsa.security.util.json with parameters of type JSONStore Constructor Description Ingester(JSONStore<JSONEntry> store)
PreProcessor(JSONStore<? extends JSONEntry> store)
-