org.springframework.web.util
Interface UriComponentsBuilder.PathComponentBuilder
- All Known Implementing Classes:
- UriComponentsBuilder.FullPathComponentBuilder, UriComponentsBuilder.PathComponentCompositeBuilder, UriComponentsBuilder.PathSegmentComponentBuilder
- Enclosing class:
- UriComponentsBuilder
private static interface UriComponentsBuilder.PathComponentBuilder
Represents a builder for UriComponents.PathComponent
build
UriComponents.PathComponent build()
appendPath
UriComponentsBuilder.PathComponentBuilder appendPath(java.lang.String path)
appendPathSegments
UriComponentsBuilder.PathComponentBuilder appendPathSegments(java.lang.String... pathSegments)