Package springfox.documentation.builders
Class LoginEndpointBuilder
- java.lang.Object
-
- springfox.documentation.builders.LoginEndpointBuilder
-
public class LoginEndpointBuilder extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description LoginEndpointBuilder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description LoginEndpoint
build()
LoginEndpointBuilder
url(java.lang.String url)
Updates the url for the login endpoint
-
-
-
Method Detail
-
url
public LoginEndpointBuilder url(java.lang.String url)
Updates the url for the login endpoint- Parameters:
url
- - Url for the login endpoint- Returns:
- this
-
build
public LoginEndpoint build()
-
-