public final class MethodParameterContext extends Object implements ToNativeContext
| Constructor and Description |
|---|
MethodParameterContext(Runtime runtime,
Method method,
int parameterIndex) |
MethodParameterContext(Runtime runtime,
Method method,
int parameterIndex,
Annotation[] annotationArray) |
MethodParameterContext(Runtime runtime,
Method method,
int parameterIndex,
Collection<Annotation> annotations) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
Collection<Annotation> |
getAnnotations()
Gets a sorted list of annotations
|
Method |
getMethod() |
int |
getParameterIndex() |
Runtime |
getRuntime()
Gets the Runtime used for the conversion.
|
int |
hashCode() |
public MethodParameterContext(Runtime runtime, Method method, int parameterIndex)
public MethodParameterContext(Runtime runtime, Method method, int parameterIndex, Annotation[] annotationArray)
public MethodParameterContext(Runtime runtime, Method method, int parameterIndex, Collection<Annotation> annotations)
public Method getMethod()
public int getParameterIndex()
public Collection<Annotation> getAnnotations()
ToNativeContextgetAnnotations in interface ToNativeContextpublic Runtime getRuntime()
ToNativeContextgetRuntime in interface ToNativeContextCopyright © 2017. All rights reserved.