public class RouteParameterData extends Object implements Serializable
Constructor and Description |
---|
RouteParameterData(String template,
String regex)
Creates a parameter data instance.
|
Modifier and Type | Method and Description |
---|---|
Optional<String> |
getRegex()
Gets the regex of the parameter.
|
String |
getTemplate()
Gets the parameter template string.
|
Copyright © 2022. All rights reserved.