Uses of Class
com.fasterxml.jackson.jaxrs.util.ClassKey
Packages that use ClassKey
Package
Description
Miscellaneous helper classes used by providers.
-
Uses of ClassKey in com.fasterxml.jackson.jaxrs.base
Fields in com.fasterxml.jackson.jaxrs.base with type parameters of type ClassKeyModifier and TypeFieldDescriptionProviderBase._cfgCustomUntouchables
Map that contains overrides to default list of untouchable types:true
meaning that entry is untouchable,false
that is is not.ProviderBase._untouchables
ProviderBase.DEFAULT_UNTOUCHABLES
Looks like we need to worry about accidental data binding for types we shouldn't be handling.Methods in com.fasterxml.jackson.jaxrs.base with parameters of type ClassKeyModifier and TypeMethodDescriptionprotected boolean
ProviderBase._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 boolean
ProviderBase._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 com.fasterxml.jackson.jaxrs.base with type arguments of type ClassKeyModifier and TypeMethodDescriptionprotected static boolean
ProviderBase._containedIn
(Class<?> mainType, HashSet<ClassKey> set) -
Uses of ClassKey in com.fasterxml.jackson.jaxrs.util
Methods in com.fasterxml.jackson.jaxrs.util with parameters of type ClassKey