@Retention(value=CLASS)
@Target(value=METHOD)
public @interface CsvView
Mark a command method return value shall be displayed using a csv file format. e.g
id,onetime,trigger __act_app_stop,true,null __act_app_app_act_plugin_loaded,true,null
CsvView can be used in conjunction with PropertySpec to export only specified fields
Note if a method is marked with neither CsvView nor JsonView then the console will simply use Object.toString() to present the data.
JsonView,
TableView,
PropertySpecCopyright © 2014–2017 ActFramework. All rights reserved.