接口 HierarchicalUriComponents.PathComponent
- 所有超级接口:
Serializable
- 所有已知实现类:
HierarchicalUriComponents.FullPathComponent,HierarchicalUriComponents.PathComponentComposite,HierarchicalUriComponents.PathSegmentComponent
Defines the contract for path (segments).
-
方法概要
修饰符和类型方法说明voidexpand(UriComponents.UriTemplateVariables uriVariables, UnaryOperator<String> encoder) getPath()voidverify()
-
方法详细资料
-
getPath
String getPath() -
getPathSegments
-
encode
-
verify
void verify() -
expand
HierarchicalUriComponents.PathComponent expand(UriComponents.UriTemplateVariables uriVariables, @Nullable UnaryOperator<String> encoder) -
copyToUriComponentsBuilder
-