BeforeUpdateHookHandlerInfo(String endpoint,
Method handlerMethod,
List<EngineFunctionParamInfo> params,
Class returnType,
String hookKey,
String hookClass) |
EngineFunctionHandlerInfo(String endpoint,
Method handlerMethod,
List<EngineFunctionParamInfo> params,
Class returnType) |
EngineHandlerInfo(String endpoint,
Method handlerMethod,
List<EngineFunctionParamInfo> params,
Class<?> returnType,
String hookKey) |
EngineHandlerInfo(String endpoint,
Method handlerMethod,
List<EngineFunctionParamInfo> params,
Class<?> returnType,
String hookKey,
String hookClass) |
EngineHookHandlerInfo(String endpoint,
Method handlerMethod,
List<EngineFunctionParamInfo> params,
Class returnType,
String hookKey,
String hookClass) |