public static interface Router.Builder
Router builder.| Modifier and Type | Method and Description |
|---|---|
Router |
build()
Build a
hierarchical router for the transformation of
a given data type. |
Router.Builder |
child(Router child)
Add new child node into the
hierarchical request router
being built. |
Router.Builder child(Router child)
hierarchical request router
being built.child - new child node to be added.Router build()
hierarchical router for the transformation of
a given data type.Copyright © 2007-2014, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.