final class MethodRouting
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
(package private) ResourceMethod |
method
Resource method model.
|
(package private) java.util.List<Router> |
routers
Resource method routers.
|
Constructor and Description |
---|
MethodRouting(ResourceMethod method,
Router... routers)
Create a new instance.
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
toString() |
final ResourceMethod method
final java.util.List<Router> routers
MethodRouting(ResourceMethod method, Router... routers)
method
- Resource method handler.routers
- Routers that are needed to execute the model
. These routers should contain a
endpoint router
as the (last) terminal router.