Class BaseMethod.MethodInfo<T>

  • Enclosing class:
    BaseMethod<P extends BaseParameter,​T>

    protected static final class BaseMethod.MethodInfo<T>
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private java.lang.reflect.Method m_method  
      private T m_types  
    • Constructor Summary

      Constructors 
      Constructor Description
      MethodInfo​(java.lang.reflect.Method m)  
      MethodInfo​(java.lang.reflect.Method m, T types)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.reflect.Method getMethod()  
      T getTypes()  
      • Methods inherited from class java.lang.Object

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

      • m_method

        private final java.lang.reflect.Method m_method
      • m_types

        private final T m_types
    • Constructor Detail

      • MethodInfo

        public MethodInfo​(java.lang.reflect.Method m)
      • MethodInfo

        public MethodInfo​(java.lang.reflect.Method m,
                          T types)
    • Method Detail

      • getMethod

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

        public T getTypes()