Uses of Interface
com.dslplatform.json.TypeLookup
-
Packages that use TypeLookup Package Description com.dslplatform.json -
-
Uses of TypeLookup in com.dslplatform.json
Classes in com.dslplatform.json that implement TypeLookup Modifier and Type Class Description classDslJson<TContext>Main DSL-JSON class.Fields in com.dslplatform.json declared as TypeLookup Modifier and Type Field Description private TypeLookupJsonReader. typeLookupConstructors in com.dslplatform.json with parameters of type TypeLookup Constructor Description 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)
-