UriParameter constructor

UriParameter(
  1. String name,
  2. String textValue
)

Creates a new UriParameter

Implementation

UriParameter(String name, String textValue)
    : super(name, textValue, parse(textValue));