Uses of Interface
com.dslplatform.json.StringCache
Packages that use StringCache
-
Uses of StringCache in com.dslplatform.json
Classes in com.dslplatform.json that implement StringCacheModifier and TypeClassDescriptionstatic classSimplistic string cache implementation.Fields in com.dslplatform.json declared as StringCacheModifier and TypeFieldDescriptionprotected final StringCacheDslJson.keyCacheprivate StringCacheDslJson.Settings.keyCacheprivate final StringCacheJsonReader.keyCacheprivate StringCacheDslJson.Settings.valuesCacheprotected final StringCacheDslJson.valuesCacheprivate final StringCacheJsonReader.valuesCacheMethods in com.dslplatform.json with parameters of type StringCacheModifier and TypeMethodDescriptionDslJson.Settings.useKeyCache(StringCache keyCache) Use specific key cache implementation.DslJson.Settings.useStringValuesCache(StringCache valuesCache) Use specific string values cache implementation.Constructors in com.dslplatform.json with parameters of type StringCacheModifierConstructorDescriptionDslJson(TContext context, boolean javaSpecifics, DslJson.Fallback<TContext> fallback, boolean omitDefaults, StringCache keyCache, Iterable<Configuration> serializers) Deprecated.(package private)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) privateJsonReader(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)