@Retention(value=CLASS) @Target(value=METHOD) @Deprecated public @interface CsvView
Note this is deprecated, please use act.util.CsvView
instead
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
,
PropertySpec
Copyright © 2014–2018 ActFramework. All rights reserved.