Package | Description |
---|---|
org.glassfish.jersey.internal.util |
Common Jersey internal miscellaneous utility classes.
|
org.glassfish.jersey.internal.util.collection |
Common set of Jersey collection classes.
|
Modifier and Type | Method and Description |
---|---|
static 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.
|
Modifier and Type | Method and Description |
---|---|
static List<ClassTypePair> |
ReflectionHelper.getTypeArgumentAndClass(Type type)
Get the list of class-type pairs that represent the type arguments of a
parameterized input type. |
Modifier and Type | Method and Description |
---|---|
static ClassTypePair |
ClassTypePair.of(Class<?> rawClass)
Create new type-class pair for a non-generic class.
|
static ClassTypePair |
ClassTypePair.of(Class<?> rawClass,
Type type)
Create new type-class pair.
|
Copyright © 2007-2024, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.