Class MethodManagedFunctionBuilder.MethodContext

    • Constructor Detail

      • MethodContext

        protected MethodContext​(java.lang.String functionName,
                                java.lang.reflect.Method method,
                                java.lang.Class<?> instanceClass,
                                MethodObjectInstanceFactory methodObjectInstanceFactory)
        Instantiate.
        Parameters:
        functionName - Name of ManagedFunction for the Method.
        method - Method.
        instanceClass - Class for the instance containing the Method.
        methodObjectInstanceFactory - MethodObjectInstanceFactory. Will be null if static.
    • Method Detail

      • getFunctionName

        public java.lang.String getFunctionName()
        Obtains the name of the ManagedFunction for the Method.
        Returns:
        Name of the ManagedFunction for the Method.
      • getMethod

        public java.lang.reflect.Method getMethod()
        Obtains the Method.
        Returns:
        Method.
      • getInstanceClass

        public java.lang.Class<?> getInstanceClass()
        Obtains the Class for the instance containing the Method.
        Returns:
        Class for the instance containing the Method.