The Spring Framework

Uses of Class
org.springframework.core.MethodParameter

Packages that use MethodParameter
org.springframework.beans This package contains interfaces and classes for manipulating Java beans. 
org.springframework.core 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 MethodParameter in org.springframework.beans
 

Methods in org.springframework.beans with parameters of type MethodParameter
 Object TypeConverter.convertIfNecessary(Object value, Class requiredType, MethodParameter methodParam)
          Convert the value to the required type (if necessary from a String).
 Object SimpleTypeConverter.convertIfNecessary(Object value, Class requiredType, MethodParameter methodParam)
           
 Object BeanWrapperImpl.convertIfNecessary(Object value, Class requiredType, MethodParameter methodParam)
           
 

Uses of MethodParameter in org.springframework.core
 

Methods in org.springframework.core that return MethodParameter
static MethodParameter MethodParameter.forMethodOrConstructor(Object methodOrConstructor, int parameterIndex)
          Create a new MethodParameter for the given method or constructor.
 

Methods in org.springframework.core 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.
 


The Spring Framework

Copyright © 2002-2007 The Spring Framework.