Class ReflectMethod


  • public class ReflectMethod
    extends java.lang.Object
    Herts refection method
    • Method Detail

      • create

        public static ReflectMethod create​(java.lang.String serviceName,
                                           java.lang.String serviceImplName,
                                           java.lang.reflect.Method[] methods)
        Factory method
        Parameters:
        serviceName - Service interface name
        serviceImplName - Service implement class name
        methods - method list
        Returns:
        ReflectMethod instance
      • printMethodName

        public void printMethodName()
      • add

        public void add​(java.lang.reflect.Method method)
      • getServiceName

        public java.lang.String getServiceName()
      • getServiceImplName

        public java.lang.String getServiceImplName()
      • getMethods

        public java.lang.reflect.Method[] getMethods()