public interface ReturnValueHandler
boolean
matched(Context ctx, java.lang.Class<?> returnType)
void
returnHandle(Context ctx, java.lang.Object returnValue)
boolean matched(Context ctx, java.lang.Class<?> returnType)
ctx
returnType
void returnHandle(Context ctx, java.lang.Object returnValue) throws java.lang.Throwable
returnValue
java.lang.Throwable