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 HashMap<ClassKey,Boolean>ProviderBase. _cfgCustomUntouchablesMap that contains overrides to default list of untouchable types:truemeaning that entry is untouchable,falsethat is is not.static HashSet<ClassKey>ProviderBase. _untouchablesprotected static HashSet<ClassKey>ProviderBase. DEFAULT_UNTOUCHABLESLooks 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 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 org.glassfish.jersey.jackson.internal.jackson.jaxrs.base with type arguments of type ClassKey Modifier and Type Method Description protected static booleanProviderBase. _containedIn(Class<?> mainType, 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 intClassKey. compareTo(ClassKey other)
-