Annotation Interface Dump
This is used to annotate a method for which we should generate dump output.
- Author:
- Mike Douglass
-
Optional Element Summary
Optional ElementsModifier and TypeOptional ElementDescriptionFor a collection, if this is not defaulted, each element of the collection will be wrapped in this extra tagbooleanIf true this element is treated as a compound type - we don't give it an outer element and we dump all the valuesName of element to use in xml dumpString[]If non empty these are the first fields to dumpString[]If being dumped as a reference these are the fields to dump
-
Element Details
-
elementName
String elementNameName of element to use in xml dump- Default:
- ""
-
collectionElementName
String collectionElementNameFor a collection, if this is not defaulted, each element of the collection will be wrapped in this extra tag- Default:
- ""
-
compound
boolean compoundIf true this element is treated as a compound type - we don't give it an outer element and we dump all the values- Default:
- false
-
keyFields
String[] keyFieldsIf being dumped as a reference these are the fields to dump- Default:
- {}
-
firstFields
String[] firstFieldsIf non empty these are the first fields to dump- Default:
- {}
-