Example usage for org.springframework.web.servlet.function RouterFunctionBuilder RouterFunctionBuilder

List of usage examples for org.springframework.web.servlet.function RouterFunctionBuilder RouterFunctionBuilder

Introduction

In this page you can find the example usage for org.springframework.web.servlet.function RouterFunctionBuilder RouterFunctionBuilder.

Prototype

RouterFunctionBuilder

Source Link

Usage

From source file:org.springframework.web.servlet.function.RouterFunctions.java

/**
 * Offers a discoverable way to create router functions through a builder-style interface.
 * @return a router function builder//ww w.j a  v a  2s.c o m
 */
public static Builder route() {
    return new RouterFunctionBuilder();
}