public abstract class GenericTypeResolver extends Object
Mainly intended for usage within the framework, resolving method parameter types even when they are declared generically.
GenericCollectionTypeResolver| Constructor and Description |
|---|
GenericTypeResolver() |
| Modifier and Type | Method and Description |
|---|---|
static Type |
getTargetType(MethodParameter methodParam)
Determine the target type for the given parameter specification.
|
public static Type getTargetType(MethodParameter methodParam)
methodParam - the method parameter specificationCopyright © 2008–2013. All rights reserved.