org.vraptor.component
Interface ParameterInfoProvider
- All Known Implementing Classes:
- DefaultParameterInfoProvider, ParanamerParameterInfoProvider
public interface ParameterInfoProvider
Instances of a class implementing this interface are capable of answering which method parameters this method contains.
Typical implementations would return all method parameters with their respective names using reflection, conventions, configuration or asm.
- Since:
- 2.5.1
- Author:
- Guilherme Silveira
provideFor
List<MethodParameter> provideFor(Method method)
- Returns a list with all method parameters for this method.
Copyright © 2004-2008 VRaptor. All Rights Reserved.