Uses of Class
org.constretto.internal.MethodParameter

Packages that use MethodParameter
org.constretto.internal   
 

Uses of MethodParameter in org.constretto.internal
 

Methods in org.constretto.internal with parameters of type MethodParameter
static java.lang.Class<?> GenericCollectionTypeResolver.getCollectionParameterType(MethodParameter methodParam)
          Determine the generic element type of the given Collection parameter.
static java.lang.Class<?> GenericCollectionTypeResolver.getMapKeyParameterType(MethodParameter methodParam)
          Determine the generic key type of the given Map parameter.
static java.lang.Class<?> GenericCollectionTypeResolver.getMapValueParameterType(MethodParameter methodParam)
          Determine the generic value type of the given Map parameter.
static java.lang.reflect.Type GenericTypeResolver.getTargetType(MethodParameter methodParam)
          Determine the target type for the given parameter specification.
static java.lang.Class<?> GenericTypeResolver.resolveParameterType(MethodParameter methodParam, java.lang.Class clazz)
          Determine the target type for the given generic parameter type.
 



Copyright © 2008-2011. All Rights Reserved.