added typedoc

This commit is contained in:
lotte
2019-12-19 09:23:13 +01:00
parent 38f3f583f6
commit 0dbea31b0d
20 changed files with 212 additions and 7 deletions

View File

@@ -27,6 +27,9 @@ const fieldParserDeps = [
PARSER_OPTIONS,
];
/**
* Method to retrieve a field parder with its providers based on the input type
*/
export class ParserFactory {
public static getProvider(type: ParserType): StaticProvider {
switch (type) {