Class MethodAccessMode.MethodDecoratedType

    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected java.lang.reflect.Method method  
      protected java.lang.reflect.Type type  
    • Constructor Summary

      Constructors 
      Constructor Description
      MethodDecoratedType​(java.lang.reflect.Method method, java.lang.reflect.Type type)  
    • Field Detail

      • method

        protected final java.lang.reflect.Method method
      • type

        protected final java.lang.reflect.Type type
    • Constructor Detail

      • MethodDecoratedType

        public MethodDecoratedType​(java.lang.reflect.Method method,
                                   java.lang.reflect.Type type)