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>
typedef bsl::vector<RecordJsonFormatter_FieldFormatter*> FieldFormatters;
Created with MrDocs