@FunctionalInterface public interface TwoParamsRoute
Modifier and Type | Method and Description |
---|---|
default Object |
body(Context context,
String[] pathParameters) |
Object |
body(Context context,
String pathParameters1,
String pathParameters2) |
Copyright © 2015. All Rights Reserved.