Class MethodResultContext

    • Field Summary

      Fields 
      Modifier and Type Field Description
      private java.util.Collection<java.lang.annotation.Annotation> annotations  
      private java.lang.reflect.Method method  
      private Runtime runtime  
    • 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
    • Field Detail

      • runtime

        private final Runtime runtime
      • method

        private final java.lang.reflect.Method method
      • annotations

        private java.util.Collection<java.lang.annotation.Annotation> annotations
    • 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