com.kenai.jaffl.mapper
Class MethodParameterContext
java.lang.Object
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.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MethodParameterContext
public MethodParameterContext(Method method,
int parameterIndex)
getMethod
public Method getMethod()
getParameterIndex
public int getParameterIndex()
Copyright © 2011. All Rights Reserved.