public class Route<T> extends Object
int
index
T
target
Route(String path, XMethod method, int index, T target)
boolean
matches(XMethod method2, String path2)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public final int index
public final T target
public Route(String path, XMethod method, int index, T target)
public boolean matches(XMethod method2, String path2)
Copyright © 2020. All rights reserved.