Package io.cucumber.messages.types
Class ParameterType
java.lang.Object
io.cucumber.messages.types.ParameterType
Represents the ParameterType message in Cucumber's message protocol
-
Constructor Summary
ConstructorsConstructorDescriptionParameterType(String name, List<String> regularExpressions, Boolean preferForRegularExpressionMatch, Boolean useForSnippets, String id, SourceReference sourceReference) -
Method Summary
-
Constructor Details
-
ParameterType
-
-
Method Details
-
getName
The name is unique, so we don't need an id. -
getRegularExpressions
-
getPreferForRegularExpressionMatch
-
getUseForSnippets
-
getId
-
getSourceReference
-
equals
-
hashCode
public int hashCode() -
toString
-