Class ConfigBeanMethodActionRule


  • public class ConfigBeanMethodActionRule
    extends java.lang.Object
    The Class ConfigBeanMethodActionRule.

    Created: 2016. 2. 10.

    Since:
    2.0.0
    • Constructor Detail

      • ConfigBeanMethodActionRule

        public ConfigBeanMethodActionRule()
    • Method Detail

      • getActionId

        public java.lang.String getActionId()
      • setActionId

        public void setActionId​(java.lang.String actionId)
      • getConfigBeanClass

        public java.lang.Class<?> getConfigBeanClass()
      • setConfigBeanClass

        public void setConfigBeanClass​(java.lang.Class<?> configBeanClass)
      • getMethod

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

        public void setMethod​(java.lang.reflect.Method method)
      • getMethodName

        public java.lang.String getMethodName()
      • isRequiresTranslet

        public boolean isRequiresTranslet()
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object
      • newInstance

        public static ConfigBeanMethodActionRule newInstance​(java.lang.Class<?> actionClass,
                                                             java.lang.reflect.Method method)
        Returns a new derived instance of ConfigBeanMethodActionRule.
        Parameters:
        actionClass - the action class
        method - the method
        Returns:
        the config bean method action rule
      • isRequiresTranslet

        public static boolean isRequiresTranslet​(java.lang.reflect.Method method)
      • newConfigBeanMethodAction

        public static ConfigBeanMethodAction newConfigBeanMethodAction​(java.lang.Class<?> configBeanClass,
                                                                       java.lang.reflect.Method method)