Uses of Class
org.glassfish.jersey.internal.util.collection.ClassTypePair
Packages that use ClassTypePair
Package
Description
Common Jersey internal miscellaneous utility classes.
Common set of Jersey collection classes.
-
Uses of ClassTypePair in org.glassfish.jersey.internal.util
Methods in org.glassfish.jersey.internal.util that return ClassTypePairModifier and TypeMethodDescriptionstatic ClassTypePair
ReflectionHelper.resolveGenericType
(Class concreteClass, Class declaringClass, Class rawResolvedType, Type genericResolvedType) Resolve generic type parameter(s) of a raw class and it's generic type based on the class that declares the generic type parameter(s) to be resolved and a concrete implementation of the declaring class.static ClassTypePair
ReflectionHelper.resolveTypeVariable
(Class<?> c, Class<?> dc, TypeVariable tv) Given a type variable resolve the Java class of that variable.Methods in org.glassfish.jersey.internal.util that return types with arguments of type ClassTypePairModifier and TypeMethodDescriptionstatic List<ClassTypePair>
ReflectionHelper.getTypeArgumentAndClass
(Type type) Get the list of class-type pairs that represent the type arguments of aparameterized
input type. -
Uses of ClassTypePair in org.glassfish.jersey.internal.util.collection
Methods in org.glassfish.jersey.internal.util.collection that return ClassTypePairModifier and TypeMethodDescriptionstatic ClassTypePair
Create new type-class pair for a non-generic class.static ClassTypePair
Create new type-class pair.