Java org.springframework.data.rest.webmvc BaseUri fields, constructors, methods, implement or subclass

Example usage for Java org.springframework.data.rest.webmvc BaseUri fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.springframework.data.rest.webmvc BaseUri.

The text is from its open source code.

Constructor

BaseUri(URI uri)
Creates a new BaseUri with the given URI as base.
BaseUri(String uri)
Creates a new BaseUri with the given URI as base.

Method

UriComponentsBuildergetUriComponentsBuilder()
Returns a new UriComponentsBuilder for the base URI.