Class ParameterType

java.lang.Object
io.cucumber.messages.types.ParameterType

public final class ParameterType extends Object
Represents the ParameterType message in Cucumber's message protocol
  • Constructor Details

  • Method Details

    • getName

      public String getName()
      The name is unique, so we don't need an id.
    • getRegularExpressions

      public List<String> getRegularExpressions()
    • getPreferForRegularExpressionMatch

      public Boolean getPreferForRegularExpressionMatch()
    • getUseForSnippets

      public Boolean getUseForSnippets()
    • getId

      public String getId()
    • getSourceReference

      public Optional<SourceReference> getSourceReference()
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object