Uses of Class
org.springframework.core.ParameterizedTypeReference
Packages that use ParameterizedTypeReference
Package
Description
Provides basic classes for exception handling and version detection,
and other core helpers that are not specific to any part of the framework.
-
Uses of ParameterizedTypeReference in org.springframework.core
Methods in org.springframework.core that return ParameterizedTypeReferenceModifier and TypeMethodDescriptionstatic <T> ParameterizedTypeReference<T>Build aParameterizedTypeReferencewrapping the given type.Methods in org.springframework.core with parameters of type ParameterizedTypeReferenceModifier and TypeMethodDescriptionstatic ResolvableTypeResolvableType.forType(ParameterizedTypeReference<?> typeReference) Return aResolvableTypefor the specifiedParameterizedTypeReference.