public static interface PathMarshallers.PathMarshaller
Modifier and Type | Method and Description |
---|---|
String |
marshall(String resourcePath,
String paramName,
Integer pathValue) |
String |
marshall(String resourcePath,
String paramName,
Long pathValue) |
String |
marshall(String resourcePath,
String paramName,
String pathValue) |
String marshall(String resourcePath, String paramName, String pathValue)
resourcePath
- Current resource path with path param placeholderparamName
- Name of parameter (i.e. placeholder value {Foo})pathValue
- String value of path parameter.String marshall(String resourcePath, String paramName, Integer pathValue)
resourcePath
- Current resource path with path param placeholderparamName
- Name of parameter (i.e. placeholder value {Foo})pathValue
- Integer value of path parameter.String marshall(String resourcePath, String paramName, Long pathValue)
resourcePath
- Current resource path with path param placeholderparamName
- Name of parameter (i.e. placeholder value {Foo})pathValue
- Long value of path parameter.Copyright © 2021. All rights reserved.