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()
FromNativeContext
getAnnotations
in interface FromNativeContext
public Runtime getRuntime()
FromNativeContext
getRuntime
in interface FromNativeContext
Copyright © 2017. All rights reserved.