| Package | Description |
|---|---|
| org.springframework.core |
Provides basic classes for exception handling and version detection,
and other core helpers that are not specific to any part of the framework.
|
| Modifier and Type | Method and Description |
|---|---|
static <T> ParameterizedTypeReference<T> |
ParameterizedTypeReference.forType(Type type)
Build a
ParameterizedTypeReference wrapping the given type. |
| Modifier and Type | Method and Description |
|---|---|
static ResolvableType |
ResolvableType.forType(ParameterizedTypeReference<?> typeReference)
Return a
ResolvableType for the specified ParameterizedTypeReference. |