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 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-2013. All Rights Reserved.