com.kenai.jaffl.mapper
Class MethodParameterContext

java.lang.Object
  extended by com.kenai.jaffl.mapper.MethodParameterContext
All Implemented Interfaces:
ToNativeContext

public final class MethodParameterContext
extends Object
implements ToNativeContext

Holds context for a method parameter java->native conversion.


Constructor Summary
MethodParameterContext(Method method, int parameterIndex)
           
 
Method Summary
 Method getMethod()
           
 int getParameterIndex()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MethodParameterContext

public MethodParameterContext(Method method,
                              int parameterIndex)
Method Detail

getMethod

public Method getMethod()

getParameterIndex

public int getParameterIndex()


Copyright © 2011. All Rights Reserved.