Class ModelRestService.ExecuteScriptConverter

    • Constructor Detail

      • ExecuteScriptConverter

        public ExecuteScriptConverter()
    • Method Detail

      • convert

        public ExecuteScriptType convert​(@NotNull
                                         Object input)
        Description copied from interface: ConverterInterface
        Converts incoming object into a form that is consumable by the REST service.
        Specified by:
        convert in interface ConverterInterface
        Parameters:
        input - Object to be converted (coming as input)
        Returns:
        Object to be passed to the REST service.