Uses of Class
tools.jackson.jakarta.rs.base.util.ClassKey
Packages that use ClassKey
Package
Description
Miscellaneous helper classes used by providers.
-
Uses of ClassKey in tools.jackson.jakarta.rs.base
Fields in tools.jackson.jakarta.rs.base with type parameters of type ClassKeyModifier and TypeFieldDescriptionProviderBase._cfgCustomUntouchablesMap that contains overrides to default list of untouchable types:truemeaning that entry is untouchable,falsethat is is not.ProviderBase._untouchablesProviderBase.DEFAULT_UNTOUCHABLESLooks like we need to worry about accidental data binding for types we shouldn't be handling.Methods in tools.jackson.jakarta.rs.base with parameters of type ClassKeyModifier and TypeMethodDescriptionprotected booleanProviderBase._isIgnorableForReading(ClassKey typeKey) Overridable helper method called to check whether given type is a known "ignorable type" (in context of reading), values of which are not bound from content.protected booleanProviderBase._isIgnorableForWriting(ClassKey typeKey) Overridable helper method called to check whether given type is a known "ignorable type" (in context of reading), values of which can not be written out.Method parameters in tools.jackson.jakarta.rs.base with type arguments of type ClassKeyModifier and TypeMethodDescriptionprotected static booleanProviderBase._containedIn(Class<?> mainType, HashSet<ClassKey> set) -
Uses of ClassKey in tools.jackson.jakarta.rs.base.util
Methods in tools.jackson.jakarta.rs.base.util with parameters of type ClassKey