Uses of Class
org.glassfish.jersey.jackson.internal.jackson.jaxrs.util.ClassKey
-
Packages that use ClassKey Package Description org.glassfish.jersey.jackson.internal.jackson.jaxrs.base org.glassfish.jersey.jackson.internal.jackson.jaxrs.util -
-
Uses of ClassKey in org.glassfish.jersey.jackson.internal.jackson.jaxrs.base
Fields in org.glassfish.jersey.jackson.internal.jackson.jaxrs.base with type parameters of type ClassKey Modifier and Type Field Description protected java.util.HashMap<ClassKey,java.lang.Boolean>
ProviderBase. _cfgCustomUntouchables
Map that contains overrides to default list of untouchable types:true
meaning that entry is untouchable,false
that is is not.static java.util.HashSet<ClassKey>
ProviderBase. _untouchables
protected static java.util.HashSet<ClassKey>
ProviderBase. DEFAULT_UNTOUCHABLES
Looks like we need to worry about accidental data binding for types we shouldn't be handling.Methods in org.glassfish.jersey.jackson.internal.jackson.jaxrs.base with parameters of type ClassKey Modifier and Type Method Description protected 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 org.glassfish.jersey.jackson.internal.jackson.jaxrs.base with type arguments of type ClassKey Modifier and Type Method Description protected static boolean
ProviderBase. _containedIn(java.lang.Class<?> mainType, java.util.HashSet<ClassKey> set)
-
Uses of ClassKey in org.glassfish.jersey.jackson.internal.jackson.jaxrs.util
Methods in org.glassfish.jersey.jackson.internal.jackson.jaxrs.util with parameters of type ClassKey Modifier and Type Method Description int
ClassKey. compareTo(ClassKey other)
-