@FunctionalInterface
public interface NoParamRoute
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
body() |
default java.lang.Object |
body(Context context,
java.lang.String[] pathParameters) |
java.lang.Object body() throws java.lang.Exception
java.lang.Exception
default java.lang.Object body(Context context, java.lang.String[] pathParameters) throws java.lang.Exception
java.lang.Exception
Copyright © 2015. All Rights Reserved.