Uses of Interface
com.dslplatform.json.StringCache
-
Packages that use StringCache Package Description com.dslplatform.json -
-
Uses of StringCache in com.dslplatform.json
Classes in com.dslplatform.json that implement StringCache Modifier and Type Class Description static classDslJson.SimpleStringCacheSimplistic string cache implementation.Fields in com.dslplatform.json declared as StringCache Modifier and Type Field Description protected StringCacheDslJson. keyCacheprivate StringCacheDslJson.Settings. keyCacheprivate StringCacheJsonReader. keyCacheprivate StringCacheDslJson.Settings. valuesCacheprotected StringCacheDslJson. valuesCacheprivate StringCacheJsonReader. valuesCacheMethods in com.dslplatform.json with parameters of type StringCache Modifier and Type Method Description DslJson.Settings<TContext>DslJson.Settings. useKeyCache(StringCache keyCache)Use specific key cache implementation.DslJson.Settings<TContext>DslJson.Settings. useStringValuesCache(StringCache valuesCache)Use specific string values cache implementation.Constructors in com.dslplatform.json with parameters of type StringCache Constructor Description DslJson(TContext context, boolean javaSpecifics, DslJson.Fallback<TContext> fallback, boolean omitDefaults, StringCache keyCache, java.lang.Iterable<Configuration> serializers)Deprecated.JsonReader(byte[] buffer, int length, TContext context, char[] tmp, StringCache keyCache, StringCache valuesCache, TypeLookup typeLookup, JsonReader.ErrorInfo errorInfo, JsonReader.DoublePrecision doublePrecision, JsonReader.UnknownNumberParsing unknownNumbers, int maxNumberDigits, int maxStringBuffer)JsonReader(char[] tmp, byte[] buffer, int length, TContext context, StringCache keyCache, StringCache valuesCache, TypeLookup typeLookup, JsonReader.ErrorInfo errorInfo, JsonReader.DoublePrecision doublePrecision, JsonReader.UnknownNumberParsing unknownNumbers, int maxNumberDigits, int maxStringBuffer)
-