public class MethodResultContext extends java.lang.Object implements FromNativeContext
Modifier and Type | Field and Description |
---|---|
private java.util.Collection<java.lang.annotation.Annotation> |
annotations |
private java.lang.reflect.Method |
method |
private Runtime |
runtime |
Constructor and Description |
---|
MethodResultContext(Runtime runtime,
java.lang.reflect.Method method) |
Modifier and Type | Method and Description |
---|---|
java.util.Collection<java.lang.annotation.Annotation> |
getAnnotations()
Gets a sorted list of annotations
|
java.lang.reflect.Method |
getMethod() |
Runtime |
getRuntime()
Gets the Runtime used for the conversion.
|
private final Runtime runtime
private final java.lang.reflect.Method method
private java.util.Collection<java.lang.annotation.Annotation> annotations
public MethodResultContext(Runtime runtime, java.lang.reflect.Method method)
public java.lang.reflect.Method getMethod()
public java.util.Collection<java.lang.annotation.Annotation> getAnnotations()
FromNativeContext
getAnnotations
in interface FromNativeContext
public Runtime getRuntime()
FromNativeContext
getRuntime
in interface FromNativeContext