Class MethodResultContext

    • Constructor Summary

      Constructors 
      Constructor Description
      MethodResultContext​(Runtime runtime, java.lang.reflect.Method method)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method 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.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • MethodResultContext

        public MethodResultContext​(Runtime runtime,
                                   java.lang.reflect.Method method)
    • Method Detail

      • getMethod

        public java.lang.reflect.Method getMethod()
      • getAnnotations

        public java.util.Collection<java.lang.annotation.Annotation> getAnnotations()
        Description copied from interface: FromNativeContext
        Gets a sorted list of annotations
        Specified by:
        getAnnotations in interface FromNativeContext
        Returns:
        a sorted list of annotations for this native type