public class FixedRouteNode<T extends ComponentsProvider>
extends RouteNode
Node representing an endpoint ending with a fixed segment, e.g. /foo/bar.
RouteNode.Companion| Constructor and Description |
|---|
FixedRouteNode(java.lang.String name,
java.util.Map<ws.osiris.core.HttpMethod,? extends error.NonExistentClass> handlers,
java.util.Map<java.lang.String,? extends ws.osiris.core.RouteNode<T>> fixedChildren,
VariableRouteNode<T> variableChild)
Node representing an endpoint ending with a fixed segment, e.g.
/foo/bar. |
getFixedChildren, getHandlers, getName, getVariableChildpublic FixedRouteNode(java.lang.String name,
java.util.Map<ws.osiris.core.HttpMethod,? extends error.NonExistentClass> handlers,
java.util.Map<java.lang.String,? extends ws.osiris.core.RouteNode<T>> fixedChildren,
VariableRouteNode<T> variableChild)
Node representing an endpoint ending with a fixed segment, e.g. /foo/bar.