Uses of Class
tools.jackson.core.sym.CharsToNameCanonicalizer.Bucket
Packages that use CharsToNameCanonicalizer.Bucket
Package
Description
Internal implementation classes for efficient handling of
of symbols in JSON (Object property names)
-
Uses of CharsToNameCanonicalizer.Bucket in tools.jackson.core.sym
Fields in tools.jackson.core.sym declared as CharsToNameCanonicalizer.BucketModifier and TypeFieldDescriptionprotected CharsToNameCanonicalizer.Bucket[]CharsToNameCanonicalizer._bucketsOverflow buckets; if primary doesn't match, lookup is done from here.(package private) final CharsToNameCanonicalizer.Bucket[]CharsToNameCanonicalizer.TableInfo.bucketsCharsToNameCanonicalizer.Bucket.nextMethods in tools.jackson.core.sym with parameters of type CharsToNameCanonicalizer.BucketModifier and TypeMethodDescriptionprivate StringCharsToNameCanonicalizer._findSymbol2(char[] buffer, int start, int len, CharsToNameCanonicalizer.Bucket b) private voidCharsToNameCanonicalizer._handleSpillOverflow(int bucketIndex, CharsToNameCanonicalizer.Bucket newBucket, int mainIndex) Method called when an overflow bucket has hit the maximum expected length: this may be a case of DoS attack.Constructors in tools.jackson.core.sym with parameters of type CharsToNameCanonicalizer.BucketModifierConstructorDescriptionTableInfo(int size, int longestCollisionList, String[] symbols, CharsToNameCanonicalizer.Bucket[] buckets)