Class QuerystringParserRegistry


public final class QuerystringParserRegistry extends Registry<Type,QuerystringParser>
A registry for QuerystringParser objects. Usually all parsers in this registry are auto-generated, so the registry only serves as a cache to avoid duplicate work.

This registry keep a reference to the FromStringParserRegistry to parse individual fields (applies to auto-generated parsers only).