Class Handler


  • public class Handler
    extends java.lang.Object
    핸들러에 대한 정보를 저장하는 클래스
    • Method Summary

      All Methods Static Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.Object getHandleInstance()
      핸들러 인스턴스를 반환한다.
      java.lang.reflect.Method getMethod()
      핸들러 메서드를 반환한다.
      static Handler of​(java.lang.Object instance, java.lang.reflect.Method handlerMethod)  
      • Methods inherited from class java.lang.Object

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

      • of

        public static Handler of​(java.lang.Object instance,
                                 java.lang.reflect.Method handlerMethod)
      • getHandleInstance

        public java.lang.Object getHandleInstance()
        핸들러 인스턴스를 반환한다.
        Returns:
        핸들러 인스턴스
      • getMethod

        public java.lang.reflect.Method getMethod()
        핸들러 메서드를 반환한다.
        Returns:
        핸들러 메서드