-
public abstract class ExternalRouteWe want to make external routes essentially identity transparent, so we use the identity related methods from original.
-
-
Field Summary
Fields Modifier and Type Field Description private final TypedRoute<?>original
-
Constructor Summary
Constructors Constructor Description ExternalRoute()
-
Method Summary
Modifier and Type Method Description abstract TypedRoute<?>getOriginal()final Booleanequals(Object other)final IntegerhashCode()final StringtoString()-
-
Method Detail
-
getOriginal
abstract TypedRoute<?> getOriginal()
-
-
-
-