Class CallMethodRuleProvider

    • Field Summary

      Fields 
      Modifier and Type Field Description
      private java.lang.String methodName  
      private java.lang.Class<?>[] parameterTypes  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      CallMethodRule get()
      Provides an instance of Rule.
      void init​(CallMethod annotation, java.lang.reflect.Method element)
      Initializes the provider.
      • Methods inherited from class java.lang.Object

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

      • methodName

        private java.lang.String methodName
      • parameterTypes

        private java.lang.Class<?>[] parameterTypes
    • Constructor Detail

      • CallMethodRuleProvider

        public CallMethodRuleProvider()