类的使用
com.gitee.starblues.bootstrap.processor.interceptor.PluginInterceptorRegistry.Type
-
使用PluginInterceptorRegistry.Type的程序包 程序包 说明 com.gitee.starblues.bootstrap.processor.interceptor -
-
com.gitee.starblues.bootstrap.processor.interceptor中PluginInterceptorRegistry.Type的使用
返回PluginInterceptorRegistry.Type的com.gitee.starblues.bootstrap.processor.interceptor中的方法 修饰符和类型 方法 说明 static PluginInterceptorRegistry.TypePluginInterceptorRegistry.Type. valueOf(String name)返回带有指定名称的该类型的枚举常量。static PluginInterceptorRegistry.Type[]PluginInterceptorRegistry.Type. values()按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。参数类型为PluginInterceptorRegistry.Type的com.gitee.starblues.bootstrap.processor.interceptor中的方法 修饰符和类型 方法 说明 PluginInterceptorRegistrationPluginInterceptorRegistry. addInterceptor(org.springframework.web.servlet.HandlerInterceptor interceptor, PluginInterceptorRegistry.Type type)Adds the providedHandlerInterceptor.PluginInterceptorRegistrationPluginInterceptorRegistry. addWebRequestInterceptor(org.springframework.web.context.request.WebRequestInterceptor interceptor, PluginInterceptorRegistry.Type type)Adds the providedWebRequestInterceptor.参数类型为PluginInterceptorRegistry.Type的com.gitee.starblues.bootstrap.processor.interceptor中的构造器 构造器 说明 PluginInterceptorRegistration(org.springframework.web.servlet.HandlerInterceptor interceptor, PluginInterceptorRegistry.Type type, String pluginRestApiPrefix)Create anInterceptorRegistrationinstance.
-