[#BloombergLP-ball-RecordJsonFormatter-FieldFormatters] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/ball.adoc[ball]::xref:BloombergLP/ball/RecordJsonFormatter.adoc[RecordJsonFormatter]::FieldFormatters :relfileprefix: ../../../ :mrdocs: `FieldFormatters` is an alias for a vector of the `RecordJsonFormatter_FieldFormatter` objects, each of which is initialized from the format specification and responsible for rendering one field of a `ball::Record` to the output JSON stream. == Synopsis Declared in `<ball_recordjsonformatter.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- typedef xref:bsl/vector-00d.adoc[bsl::vector<RecordJsonFormatter_FieldFormatter*>] FieldFormatters; ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#