| Package | Description |
|---|---|
| org.flmelody.core |
| Modifier and Type | Interface and Description |
|---|---|
interface |
RouterGroup |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractRouterGroup |
class |
DefaultRouterGroup
default router group
|
class |
Windward |
| Modifier and Type | Method and Description |
|---|---|
Router |
AbstractRouterGroup.delete(String relativePath,
Consumer<SimpleWindwardContext> consumer) |
Router |
Router.delete(String relativePath,
Consumer<SimpleWindwardContext> consumer)
register function with delete method
|
Router |
AbstractRouterGroup.delete(String relativePath,
Function<EnhancedWindwardContext,?> function) |
Router |
Windward.delete(String relativePath,
Function<EnhancedWindwardContext,?> function) |
Router |
Router.delete(String relativePath,
Function<EnhancedWindwardContext,?> function)
register function with delete method
|
<R> Router |
AbstractRouterGroup.delete(String relativePath,
Supplier<R> supplier) |
<R> Router |
Windward.delete(String relativePath,
Supplier<R> supplier) |
<R> Router |
Router.delete(String relativePath,
Supplier<R> supplier)
register function with delete method
|
Router |
AbstractRouterGroup.get(String relativePath,
Consumer<SimpleWindwardContext> consumer) |
Router |
Router.get(String relativePath,
Consumer<SimpleWindwardContext> consumer)
register function with get method
|
Router |
AbstractRouterGroup.get(String relativePath,
Function<EnhancedWindwardContext,?> function) |
Router |
Windward.get(String relativePath,
Function<EnhancedWindwardContext,?> function) |
Router |
Router.get(String relativePath,
Function<EnhancedWindwardContext,?> function)
register function with get method
|
<R> Router |
AbstractRouterGroup.get(String relativePath,
Supplier<R> supplier) |
<R> Router |
Router.get(String relativePath,
Supplier<R> supplier)
register function with get method
|
Router |
AbstractRouterGroup.post(String relativePath,
Consumer<SimpleWindwardContext> consumer) |
Router |
Router.post(String relativePath,
Consumer<SimpleWindwardContext> consumer)
register function with post method
|
Router |
AbstractRouterGroup.post(String relativePath,
Function<EnhancedWindwardContext,?> function) |
Router |
Windward.post(String relativePath,
Function<EnhancedWindwardContext,?> function) |
Router |
Router.post(String relativePath,
Function<EnhancedWindwardContext,?> function)
register function with post method
|
<R> Router |
AbstractRouterGroup.post(String relativePath,
Supplier<R> supplier) |
<R> Router |
Windward.post(String relativePath,
Supplier<R> supplier) |
<R> Router |
Router.post(String relativePath,
Supplier<R> supplier)
register function with post method
|
Router |
AbstractRouterGroup.put(String relativePath,
Consumer<SimpleWindwardContext> consumer) |
Router |
Router.put(String relativePath,
Consumer<SimpleWindwardContext> consumer)
register function with put method
|
Router |
AbstractRouterGroup.put(String relativePath,
Function<EnhancedWindwardContext,?> function) |
Router |
Windward.put(String relativePath,
Function<EnhancedWindwardContext,?> function) |
Router |
Router.put(String relativePath,
Function<EnhancedWindwardContext,?> function)
register function with put method
|
<R> Router |
AbstractRouterGroup.put(String relativePath,
Supplier<R> supplier) |
<R> Router |
Windward.put(String relativePath,
Supplier<R> supplier) |
<R> Router |
Router.put(String relativePath,
Supplier<R> supplier)
register function with put method
|
Copyright © 2023 flmelody. All rights reserved.