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`.Constructors in tools.jackson.core.sym with parameters of type SimpleNameMatcherModifierConstructorDescriptionprotectedSimpleNameMatcher(SimpleNameMatcher base, String[] nameLookup) protectedSimpleNameMatcher(SimpleNameMatcher primary, SimpleNameMatcher secondary)