FieldFormatters is an alias for a vector of field‐formatter pointers.
Synopsis
Declared in <ball_recordjsonformatter.h>
typedef bsl::vector<RecordJsonFormatter_FieldFormatter*> FieldFormatters;
Description
Each RecordJsonFormatter_FieldFormatter is initialized from the format specification and responsible for rendering one field of a ball::Record to the output JSON stream.
Created with MrDocs