类 ExceptionHandlerReflectiveProcessor
java.lang.Object
cn.taketoday.web.annotation.ControllerMappingReflectiveProcessor
cn.taketoday.web.annotation.ExceptionHandlerReflectiveProcessor
- 所有已实现的接口:
cn.taketoday.aot.hint.annotation.ReflectiveProcessor
ControllerMappingReflectiveProcessor specific implementation that
handles @ExceptionHandler-specific types.- 从以下版本开始:
- 4.0
- 作者:
- Stephane Nicoll, Harry Yang
-
构造器概要
构造器 -
方法概要
修饰符和类型方法说明protected voidregisterReturnTypeHints(cn.taketoday.aot.hint.ReflectionHints hints, cn.taketoday.core.MethodParameter returnTypeParameter) 从类继承的方法 cn.taketoday.web.annotation.ControllerMappingReflectiveProcessor
getBindingRegistrar, registerMethodHints, registerParameterTypeHints, registerReflectionHints, registerTypeHints
-
构造器详细资料
-
ExceptionHandlerReflectiveProcessor
ExceptionHandlerReflectiveProcessor()
-
-
方法详细资料
-
registerReturnTypeHints
protected void registerReturnTypeHints(cn.taketoday.aot.hint.ReflectionHints hints, cn.taketoday.core.MethodParameter returnTypeParameter)
-