Uses of Class
tools.jackson.core.sym.HashedMatcherBase
Packages that use HashedMatcherBase
Package
Description
Internal implementation classes for efficient handling of
of symbols in JSON (Object property names)
-
Uses of HashedMatcherBase in tools.jackson.core.sym
Subclasses of HashedMatcherBase in tools.jackson.core.symModifier and TypeClassDescriptionfinal classSimplified static symbol table used instead of global quad-based canonicalizer when we have smaller set of symbols (like properties of a POJO class).classBasicPropertyNameMatcherthat uses case-sensitive match and does not require (or expect) that names passed as arguments have beenString.intern()ed.Constructors in tools.jackson.core.sym with parameters of type HashedMatcherBaseModifierConstructorDescriptionprotectedHashedMatcherBase(HashedMatcherBase base, String[] nameLookup) protectedHashedMatcherBase(HashedMatcherBase base, PropertyNameMatcher fallback)