Interface ParameterParser

All Known Implementing Classes:
AbstractParameterParser, ExpressionLanguageAgnosticParameterParser, ExpressionLanguageAwareParameterParser

public interface ParameterParser
  • Method Summary

    Modifier and Type
    Method
    Description
    Parses the given input, returning a ParameterTokenList that contains all Parameter tokens that were identified.
  • Method Details

    • parseTokens

      ParameterTokenList parseTokens(String input)
      Parses the given input, returning a ParameterTokenList that contains all Parameter tokens that were identified.
      Parameters:
      input - the input to parse
      Returns:
      a ParameterTokenList containing all parameter tokens identified