Uses of Class
edu.uiuc.ncsa.security.util.json.JSONEntry
-
Packages that use JSONEntry Package Description edu.uiuc.ncsa.security.util.json Some utilities for working with JSON. -
-
Uses of JSONEntry in edu.uiuc.ncsa.security.util.json
Classes in edu.uiuc.ncsa.security.util.json with type parameters of type JSONEntry Modifier and Type Interface Description interface
JSONStore<V extends JSONEntry>
Created by Jeff Gaynor
on 2/15/19 at 4:12 PMclass
TestMemStore<V extends JSONEntry>
This is used in various places for testing and debugging.Methods in edu.uiuc.ncsa.security.util.json that return types with arguments of type JSONEntry Modifier and Type Method Description JSONStore<? extends JSONEntry>
PreProcessor. getStore()
Constructor parameters in edu.uiuc.ncsa.security.util.json with type arguments of type JSONEntry Constructor Description Ingester(JSONStore<JSONEntry> store)
PreProcessor(JSONStore<? extends JSONEntry> store)
-