public class MethodResultContext extends java.lang.Object implements FromNativeContext
| 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.
|
public MethodResultContext(Runtime runtime, java.lang.reflect.Method method)
public java.lang.reflect.Method getMethod()
public java.util.Collection<java.lang.annotation.Annotation> getAnnotations()
FromNativeContextgetAnnotations in interface FromNativeContextpublic Runtime getRuntime()
FromNativeContextgetRuntime in interface FromNativeContextCopyright © 2017. All rights reserved.