Searched refs:customFormatters (Results 1 – 3 of 3) sorted by relevance
39 const customFormatters = new Map([['timestamp', TIMESTAMP_NODE_FORMATTER]]); constant49 new SetFormatters(undefined, customFormatters).apply(tree);
150 const customFormatters = new Map<string, PropertyFormatter>([ constant160 new SetFormatters(undefined, customFormatters).apply(tree);206 const customFormatters = new Map<string, PropertyFormatter>([ constant216 customFormatters.set('handler', new EnumFormatter(info.handlerMapping));219 new SetFormatters(undefined, customFormatters).apply(tree);
44 private readonly customFormatters?: Map<string, PropertyFormatter>,76 if (this.customFormatters?.get(node.name)) {77 return this.customFormatters.get(node.name);