Package io.cucumber.messages.types
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- See Also:
- Github - Cucumber - Messages
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)StringgetId()StringgetName()The name is unique, so we don't need an id.BooleangetPreferForRegularExpressionMatch()List<String>getRegularExpressions()BooleangetUseForSnippets()inthashCode()StringtoString()
-