| Package | Description |
|---|---|
| org.constretto.internal |
| Modifier and Type | Method and Description |
|---|---|
static Class<?> |
GenericCollectionTypeResolver.getCollectionParameterType(MethodParameter methodParam)
Determine the generic element type of the given Collection parameter.
|
static Class<?> |
GenericCollectionTypeResolver.getMapKeyParameterType(MethodParameter methodParam)
Determine the generic key type of the given Map parameter.
|
static Class<?> |
GenericCollectionTypeResolver.getMapValueParameterType(MethodParameter methodParam)
Determine the generic value type of the given Map parameter.
|
static Type |
GenericTypeResolver.getTargetType(MethodParameter methodParam)
Determine the target type for the given parameter specification.
|
Copyright © 2008–2022. All rights reserved.