public final class MethodParameterContext extends Object implements ToNativeContext
构造器和说明 |
---|
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) |
限定符和类型 | 方法和说明 |
---|---|
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()
ToNativeContext
getAnnotations
在接口中 ToNativeContext
public Runtime getRuntime()
ToNativeContext
Runtime
used for the conversion.getRuntime
在接口中 ToNativeContext
Copyright © 2021. All rights reserved.