Uses of Interface
com.dslplatform.json.StringCache

Packages that use StringCache
com.dslplatform.json   
 

Uses of StringCache in com.dslplatform.json
 

Classes in com.dslplatform.json that implement StringCache
static class DslJson.SimpleStringCache
          Simplistic string cache implementation.
 

Fields in com.dslplatform.json declared as StringCache
protected  StringCache DslJson.keyCache
           
protected  StringCache DslJson.valuesCache
           
 

Methods in com.dslplatform.json with parameters of type StringCache
 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
DslJson(TContext context, boolean javaSpecifics, DslJson.Fallback<TContext> fallback, boolean omitDefaults, StringCache keyCache, Iterable<Configuration> serializers)
          Deprecated. 
JsonReader(byte[] buffer, int length, TContext context, char[] tmp, StringCache keyCache, StringCache valuesCache)
          Deprecated. 
JsonReader(byte[] buffer, TContext context, StringCache keyCache, StringCache valuesCache)
          Deprecated. 
 



Copyright © 2019. All rights reserved.