Class FunctionCallBase

  • All Implemented Interfaces:
    de.julielab.jssf.commons.spi.ParameterExposing
    Direct Known Subclasses:
    JavaMethodCallBase, RestCallBase

    public abstract class FunctionCallBase
    extends Object
    implements de.julielab.jssf.commons.spi.ParameterExposing
    This class contains the FunctionCallBase.Parameter type and methods to parse parameters from the configuration file. It should be extended by all classes reading function or method parameters from the configuration to then call the function or method.
    • Field Detail

      • log

        protected org.slf4j.Logger log
    • Constructor Detail

      • FunctionCallBase

        public FunctionCallBase​(org.slf4j.Logger log)