Uses of Class
uk.gov.gchq.gaffer.jsonserialisation.JSONSerialiser
-
Packages that use JSONSerialiser Package Description uk.gov.gchq.gaffer.jsonserialisation Classes for handling JSON serialisation and deserialisation.uk.gov.gchq.gaffer.proxystore The Gaffer ProxyStore implementation.uk.gov.gchq.gaffer.store Core classes for the Gaffer store interface. -
-
Uses of JSONSerialiser in uk.gov.gchq.gaffer.jsonserialisation
Methods in uk.gov.gchq.gaffer.jsonserialisation that return JSONSerialiser Modifier and Type Method Description static JSONSerialiserJSONSerialiser. getInstance() -
Uses of JSONSerialiser in uk.gov.gchq.gaffer.proxystore
Method parameters in uk.gov.gchq.gaffer.proxystore with type arguments of type JSONSerialiser Modifier and Type Method Description ProxyStore.BuilderProxyStore.Builder. jsonSerialiser(Class<? extends JSONSerialiser> serialiserClass) -
Uses of JSONSerialiser in uk.gov.gchq.gaffer.store
Method parameters in uk.gov.gchq.gaffer.store with type arguments of type JSONSerialiser Modifier and Type Method Description voidStoreProperties. setJsonSerialiserClass(Class<? extends JSONSerialiser> jsonSerialiserClass)
-