The single available method Parse(String, IRecognizer) is responsible for parsing a query string and recognizing tokens in relation to parameters (either named, ejb3-style, or ordinal) and providing callbacks about such recognitions.

The following tables list the members exposed by the ParameterParser type.

Public Methods

  NameDescription
static memberParse
Performs the actual parsing and tokenizing of the query string making appropriate callbacks to the given recognizer upon recognition of the various tokens.