Uses of Class
tools.jackson.core.sym.SimpleNameMatcher
Packages that use SimpleNameMatcher
Package
Description
Internal implementation classes for efficient handling of
of symbols in JSON (Object property names)
-
Uses of SimpleNameMatcher in tools.jackson.core.sym
Methods in tools.jackson.core.sym that return SimpleNameMatcherModifier and TypeMethodDescriptionstatic SimpleNameMatcherFactory method for constructing case-sensitive matcher that only supports matching from `String`.static SimpleNameMatcherSimpleNameMatcher.constructCaseInsensitive(Locale locale, List<String> names) static SimpleNameMatcherSimpleNameMatcher.constructCaseInsensitive(Locale locale, List<Named> propertyNames, boolean alreadyInterned) static SimpleNameMatcherSimpleNameMatcher.constructFrom(Locale locale, List<Named> propertyNames, boolean alreadyInterned) Factory method for constructing case-sensitive matcher that only supports matching from `String`.Methods in tools.jackson.core.sym with parameters of type SimpleNameMatcherModifier and TypeMethodDescriptionprivate static BinaryNameMatcherBinaryNameMatcher._construct(List<String> symbols, SimpleNameMatcher base) Constructors in tools.jackson.core.sym with parameters of type SimpleNameMatcherModifierConstructorDescriptionprivateBinaryNameMatcher(SimpleNameMatcher matcher, String[] nameLookup, int hashSize) Constructor used for creating per-TokenStreamFactory"root" symbol tables (for formats that use such approach): ones used for merging and sharing common symbolsprotectedSimpleNameMatcher(SimpleNameMatcher base, String[] nameLookup) protectedSimpleNameMatcher(SimpleNameMatcher primary, SimpleNameMatcher secondary)