跳过导航链接
A B C D E F G H I J L M O P R S T U V W Z 

A

addApi(ApiInfo) - 类 中的方法org.dromara.mendmix.springweb.model.AppMetadata
 
addChild(CompositeParameter) - 类 中的方法org.dromara.mendmix.springweb.exporter.apidoc.CompositeParameter
 
addCorsMappings(CorsRegistry) - 类 中的方法org.dromara.mendmix.springweb.autoconfigure.CustomWebMvcConfiguration
 
addInterceptors(InterceptorRegistry) - 类 中的方法org.dromara.mendmix.springweb.autoconfigure.CustomWebMvcConfiguration
 
addPathParameter(SimpleParameter) - 类 中的方法org.dromara.mendmix.springweb.exporter.apidoc.RequestMetadata
 
addQueryParameter(SimpleParameter) - 类 中的方法org.dromara.mendmix.springweb.exporter.apidoc.RequestMetadata
 
addUriSubPackageMapping(String, String) - 类 中的方法org.dromara.mendmix.springweb.exporter.AppMetadataServlet
 
afterBodyRead(Object, HttpInputMessage, MethodParameter, Type, Class<? extends HttpMessageConverter<?>>) - 类 中的方法org.dromara.mendmix.springweb.enhancer.RequestBodyEnhancerAdvice
 
afterCompletion(HttpServletRequest, HttpServletResponse, Object, Exception) - 类 中的方法org.dromara.mendmix.springweb.interceptor.GlobalDefaultInterceptor
 
afterPropertiesSet() - 类 中的方法org.dromara.mendmix.springweb.enhancer.ResonseBodyEnhancerAdvice
 
ApiDocInfo - org.dromara.mendmix.springweb.exporter.apidoc中的类

ApiDocInfo() - 类 的构造器org.dromara.mendmix.springweb.exporter.apidoc.ApiDocInfo
 
AppConfigs - org.dromara.mendmix.springweb中的类

Class Name : AppConfigs
AppConfigs() - 类 的构造器org.dromara.mendmix.springweb.AppConfigs
 
apply(RequestTemplate) - 类 中的方法org.dromara.mendmix.springweb.autoconfigure.feign.CustomRequestInterceptor
 
AppMetadata - org.dromara.mendmix.springweb.model中的类
 
AppMetadata() - 类 的构造器org.dromara.mendmix.springweb.model.AppMetadata
 
AppMetadataHolder - org.dromara.mendmix.springweb.exporter中的类
 
AppMetadataHolder() - 类 的构造器org.dromara.mendmix.springweb.exporter.AppMetadataHolder
 
appMetadataServlet() - 类 中的方法org.dromara.mendmix.springweb.autoconfigure.WebServletConfiguration
 
AppMetadataServlet - org.dromara.mendmix.springweb.exporter中的类
 
AppMetadataServlet() - 类 的构造器org.dromara.mendmix.springweb.exporter.AppMetadataServlet
 

B

basePackage - 类 中的静态变量org.dromara.mendmix.springweb.AppConfigs
 
beforeBodyRead(HttpInputMessage, MethodParameter, Type, Class<? extends HttpMessageConverter<?>>) - 类 中的方法org.dromara.mendmix.springweb.enhancer.RequestBodyEnhancerAdvice
 
beforeBodyWrite(Object, MethodParameter, MediaType, Class<? extends HttpMessageConverter<?>>, ServerHttpRequest, ServerHttpResponse) - 类 中的方法org.dromara.mendmix.springweb.enhancer.ResonseBodyEnhancerAdvice
 
blockingLoadBalancerClient(LoadBalancerClientFactory) - 类 中的方法org.dromara.mendmix.springweb.autoconfigure.WebComponentConfiguration
 
build() - 类 中的静态方法org.dromara.mendmix.springweb.client.SimpleRestTemplateBuilder
 
build(int, boolean) - 类 中的静态方法org.dromara.mendmix.springweb.client.SimpleRestTemplateBuilder
 
buildFrom(ApiInfo, String) - 类 中的静态方法org.dromara.mendmix.springweb.exporter.apidoc.ApiDocInfo
 

C

cachinBody() - 类 中的静态方法org.dromara.mendmix.springweb.enhancer.RequestBodyEnhancerAdvice
 
choose(String, Request<T>) - 类 中的方法org.dromara.mendmix.springweb.autoconfigure.loadbalancer.CustomBlockingLoadBalancerClient
 
choose(String) - 类 中的静态方法org.dromara.mendmix.springweb.client.LoadBalancerWrapper
 
clearApis() - 类 中的方法org.dromara.mendmix.springweb.model.AppMetadata
 
close() - 类 中的方法org.dromara.mendmix.springweb.component.workerid.ZkWorkerIdGenerator
 
CompHealthMetrics - org.dromara.mendmix.springweb.exporter.metrics中的类

CompHealthMetrics() - 类 的构造器org.dromara.mendmix.springweb.exporter.metrics.CompHealthMetrics
 
CompositeParameter - org.dromara.mendmix.springweb.exporter.apidoc中的类

CompositeParameter() - 类 的构造器org.dromara.mendmix.springweb.exporter.apidoc.CompositeParameter
 
CompositeParameter(String, ValueType) - 类 的构造器org.dromara.mendmix.springweb.exporter.apidoc.CompositeParameter
 
CompositeParameter(String, Class<?>) - 类 的构造器org.dromara.mendmix.springweb.exporter.apidoc.CompositeParameter
 
configurePathMatch(PathMatchConfigurer) - 类 中的方法org.dromara.mendmix.springweb.autoconfigure.CustomWebMvcConfiguration
 
convert(WrapperResponse<?>) - 接口 中的方法org.dromara.mendmix.springweb.exception.ExceptionResponseConverter
 
createRestApi() - 类 中的方法org.dromara.mendmix.springweb.autoconfigure.Swagger2Configuration
 
CustomBlockingLoadBalancerClient - org.dromara.mendmix.springweb.autoconfigure.loadbalancer中的类
 
CustomBlockingLoadBalancerClient(ReactiveLoadBalancer.Factory<ServiceInstance>) - 类 的构造器org.dromara.mendmix.springweb.autoconfigure.loadbalancer.CustomBlockingLoadBalancerClient
 
CustomErrorDecoder - org.dromara.mendmix.springweb.autoconfigure.feign中的类
 
CustomErrorDecoder() - 类 的构造器org.dromara.mendmix.springweb.autoconfigure.feign.CustomErrorDecoder
 
CustomFeignBuilder - org.dromara.mendmix.springweb.autoconfigure.feign中的类
 
CustomFeignBuilder() - 类 的构造器org.dromara.mendmix.springweb.autoconfigure.feign.CustomFeignBuilder
 
CustomHttpServletRequestWrapper - org.dromara.mendmix.springweb.servlet中的类
 
CustomHttpServletRequestWrapper(HttpServletRequest) - 类 的构造器org.dromara.mendmix.springweb.servlet.CustomHttpServletRequestWrapper
 
CustomRequestInterceptor - org.dromara.mendmix.springweb.autoconfigure.feign中的类
 
CustomRequestInterceptor() - 类 的构造器org.dromara.mendmix.springweb.autoconfigure.feign.CustomRequestInterceptor
 
CustomResponseErrorHandler - org.dromara.mendmix.springweb.client中的类
全局错误处理hanlder
Class Name : CustomResponseErrorHandler
CustomResponseErrorHandler() - 类 的构造器org.dromara.mendmix.springweb.client.CustomResponseErrorHandler
 
CustomServletInputStreamWrapper - org.dromara.mendmix.springweb.servlet中的类
 
CustomServletInputStreamWrapper(byte[]) - 类 的构造器org.dromara.mendmix.springweb.servlet.CustomServletInputStreamWrapper
Creates a new CumtomServletInputStreamWrapper instance.
CustomWebMvcConfiguration - org.dromara.mendmix.springweb.autoconfigure中的类
 
CustomWebMvcConfiguration() - 类 的构造器org.dromara.mendmix.springweb.autoconfigure.CustomWebMvcConfiguration
 

D

decode(String, Response) - 类 中的方法org.dromara.mendmix.springweb.autoconfigure.feign.CustomErrorDecoder
 
DEFAULT_URI - 类 中的静态变量org.dromara.mendmix.springweb.exporter.AppMetadataServlet
 
destroy() - 类 中的方法org.dromara.mendmix.springweb.exporter.AppMetadataServlet
 
destroy() - 类 中的方法org.dromara.mendmix.springweb.exporter.RuntimeConfigServlet
 
destroy() - 类 中的方法org.dromara.mendmix.springweb.SpringContextManager
 
doFilter(ServletRequest, ServletResponse, FilterChain) - 类 中的方法org.dromara.mendmix.springweb.filter.HttpServletWrapperFilter
 
doGet(HttpServletRequest, HttpServletResponse) - 类 中的方法org.dromara.mendmix.springweb.exporter.AppMetadataServlet
 
doGet(HttpServletRequest, HttpServletResponse) - 类 中的方法org.dromara.mendmix.springweb.exporter.RuntimeConfigServlet
 
doPost(HttpServletRequest, HttpServletResponse) - 类 中的方法org.dromara.mendmix.springweb.exporter.AppMetadataServlet
 
doPost(HttpServletRequest, HttpServletResponse) - 类 中的方法org.dromara.mendmix.springweb.exporter.RuntimeConfigServlet
 
doSchedule() - 类 中的方法org.dromara.mendmix.springweb.component.workerid.RedisWorkerIdGenerator
 

E

EnhancerAdviceConfiguration - org.dromara.mendmix.springweb.autoconfigure中的类

Class Name : CustomBeanRegistProcessor
EnhancerAdviceConfiguration() - 类 的构造器org.dromara.mendmix.springweb.autoconfigure.EnhancerAdviceConfiguration
 
exceptionHandler(HttpServletRequest, HttpServletResponse, Exception) - 类 中的方法org.dromara.mendmix.springweb.exception.GlobalExceptionHandler
 
ExceptionResponseConverter - org.dromara.mendmix.springweb.exception中的接口
 
ExporterController - org.dromara.mendmix.springweb.exporter中的类
 
ExporterController() - 类 的构造器org.dromara.mendmix.springweb.exporter.ExporterController
 
extendMessageConverters(List<HttpMessageConverter<?>>) - 类 中的方法org.dromara.mendmix.springweb.autoconfigure.CustomWebMvcConfiguration
 

F

FixedServiceInstance - org.dromara.mendmix.springweb.autoconfigure.loadbalancer中的类
 
FixedServiceInstance(String, URI) - 类 的构造器org.dromara.mendmix.springweb.autoconfigure.loadbalancer.FixedServiceInstance
 

G

generate(String) - 类 中的方法org.dromara.mendmix.springweb.component.workerid.LocalWorkerIdGenerator
 
generate(String) - 类 中的方法org.dromara.mendmix.springweb.component.workerid.RedisWorkerIdGenerator
 
generate(String) - 类 中的方法org.dromara.mendmix.springweb.component.workerid.ZkWorkerIdGenerator
 
getApi(String, String) - 类 中的方法org.dromara.mendmix.springweb.model.AppMetadata
 
getApis() - 类 中的方法org.dromara.mendmix.springweb.model.AppMetadata
 
getArrayItems() - 类 中的方法org.dromara.mendmix.springweb.exporter.apidoc.CompositeParameter
 
getAttributes() - 类 中的方法org.dromara.mendmix.springweb.exporter.apidoc.CompositeParameter
 
getBody() - 类 中的方法org.dromara.mendmix.springweb.exporter.apidoc.RequestMetadata
 
getBody() - 类 中的方法org.dromara.mendmix.springweb.exporter.apidoc.ResponseMetadata
 
getBody() - 类 中的方法org.dromara.mendmix.springweb.servlet.CustomHttpServletRequestWrapper
 
getCacheKey() - 类 中的方法org.dromara.mendmix.springweb.servlet.HttpServletRequestReader
 
getCurrentApiInfo() - 类 中的静态方法org.dromara.mendmix.springweb.exporter.AppMetadataHolder
 
getDefaultVal() - 类 中的方法org.dromara.mendmix.springweb.exporter.apidoc.SimpleParameter
 
getDependencyServices() - 类 中的方法org.dromara.mendmix.springweb.model.AppMetadata
 
getHeaders() - 类 中的静态方法org.dromara.mendmix.springweb.client.RequestHeaderBuilder
 
getHeaders() - 类 中的方法org.dromara.mendmix.springweb.exporter.apidoc.RequestMetadata
 
getHost() - 类 中的方法org.dromara.mendmix.springweb.autoconfigure.loadbalancer.FixedServiceInstance
 
getInputStream() - 类 中的方法org.dromara.mendmix.springweb.servlet.CustomHttpServletRequestWrapper
 
getKey() - 类 中的方法org.dromara.mendmix.springweb.exporter.apidoc.SimpleParameter
 
getMessage(String, Object...) - 类 中的静态方法org.dromara.mendmix.springweb.i18n.I18nMessageUtils
 
getMessage(String, String, Object...) - 类 中的静态方法org.dromara.mendmix.springweb.i18n.I18nMessageUtils
 
getMetadata() - 类 中的方法org.dromara.mendmix.springweb.autoconfigure.loadbalancer.FixedServiceInstance
 
getMetadata() - 类 中的静态方法org.dromara.mendmix.springweb.exporter.AppMetadataHolder
 
getModule() - 类 中的方法org.dromara.mendmix.springweb.model.AppMetadata
 
getName() - 类 中的方法org.dromara.mendmix.springweb.exporter.apidoc.SimpleParameter
 
getName() - 类 中的方法org.dromara.mendmix.springweb.model.AppMetadata
 
getParamValue(String...) - 类 中的方法org.dromara.mendmix.springweb.servlet.HttpServletRequestReader
 
getPathParameters() - 类 中的方法org.dromara.mendmix.springweb.exporter.apidoc.RequestMetadata
 
getPool() - 类 中的方法org.dromara.mendmix.springweb.exporter.metrics.CompHealthMetrics
 
getPort() - 类 中的方法org.dromara.mendmix.springweb.autoconfigure.loadbalancer.FixedServiceInstance
 
getQueryParameters() - 类 中的方法org.dromara.mendmix.springweb.exporter.apidoc.RequestMetadata
 
getQueryString() - 类 中的方法org.dromara.mendmix.springweb.servlet.HttpServletRequestReader
 
getReader() - 类 中的方法org.dromara.mendmix.springweb.servlet.CustomHttpServletRequestWrapper
 
getRemark() - 类 中的方法org.dromara.mendmix.springweb.exporter.apidoc.SimpleParameter
 
getRequestDatas() - 类 中的方法org.dromara.mendmix.springweb.servlet.HttpServletRequestReader
 
getRequestMeta() - 类 中的方法org.dromara.mendmix.springweb.exporter.apidoc.ApiDocInfo
 
getRequestUri() - 类 中的方法org.dromara.mendmix.springweb.servlet.HttpServletRequestReader
 
getResponseMeta() - 类 中的方法org.dromara.mendmix.springweb.exporter.apidoc.ApiDocInfo
 
getServer() - 类 中的方法org.dromara.mendmix.springweb.exporter.metrics.CompHealthMetrics
 
getServiceId() - 类 中的方法org.dromara.mendmix.springweb.autoconfigure.loadbalancer.FixedServiceInstance
 
getStatus() - 类 中的方法org.dromara.mendmix.springweb.exporter.metrics.CompHealthMetrics
 
getStream() - 类 中的方法org.dromara.mendmix.springweb.servlet.HttpServletRequestReader
 
getStreamAsString() - 类 中的方法org.dromara.mendmix.springweb.servlet.HttpServletRequestReader
 
getSystem() - 类 中的方法org.dromara.mendmix.springweb.model.AppMetadata
 
getType() - 类 中的方法org.dromara.mendmix.springweb.exporter.apidoc.SimpleParameter
 
getUri() - 类 中的方法org.dromara.mendmix.springweb.autoconfigure.loadbalancer.FixedServiceInstance
 
GlobalContexInitializer - org.dromara.mendmix.springweb中的类
 
GlobalContexInitializer() - 类 的构造器org.dromara.mendmix.springweb.GlobalContexInitializer
 
GlobalDefaultInterceptor - org.dromara.mendmix.springweb.interceptor中的类

Class Name : GlobalDefaultInterceptor
GlobalDefaultInterceptor() - 类 的构造器org.dromara.mendmix.springweb.interceptor.GlobalDefaultInterceptor
 
globalExceptionHandler() - 类 中的方法org.dromara.mendmix.springweb.autoconfigure.WebServletConfiguration
 
GlobalExceptionHandler - org.dromara.mendmix.springweb.exception中的类
 
GlobalExceptionHandler() - 类 的构造器org.dromara.mendmix.springweb.exception.GlobalExceptionHandler
 
globalInternalScheduleService() - 类 中的方法org.dromara.mendmix.springweb.autoconfigure.WebComponentConfiguration
 

H

handle(WrapperResponse<?>, Throwable) - 接口 中的方法org.dromara.mendmix.springweb.exception.SpecExceptionHandler
 
handleEmptyBody(Object, HttpInputMessage, MethodParameter, Type, Class<? extends HttpMessageConverter<?>>) - 类 中的方法org.dromara.mendmix.springweb.enhancer.RequestBodyEnhancerAdvice
 
handleError(ClientHttpResponse) - 类 中的方法org.dromara.mendmix.springweb.client.CustomResponseErrorHandler
 
hasError(ClientHttpResponse) - 类 中的方法org.dromara.mendmix.springweb.client.CustomResponseErrorHandler
 
headers() - 接口 中的方法org.dromara.mendmix.springweb.client.RequestHeaderProvider
 
HealthState - org.dromara.mendmix.springweb.exporter.metrics中的枚举

HttpClientLoggingInterceptor - org.dromara.mendmix.springweb.client中的类
 
HttpClientLoggingInterceptor() - 类 的构造器org.dromara.mendmix.springweb.client.HttpClientLoggingInterceptor
 
HttpServletRequestReader - org.dromara.mendmix.springweb.servlet中的类

Class Name : HttpServletRequestReader
HttpServletRequestReader(HttpServletRequest) - 类 的构造器org.dromara.mendmix.springweb.servlet.HttpServletRequestReader
 
httpServletWrapperFilter() - 类 中的方法org.dromara.mendmix.springweb.autoconfigure.EnhancerAdviceConfiguration
 
HttpServletWrapperFilter - org.dromara.mendmix.springweb.filter中的类

Class Name : HttpServletWrapperFilter
HttpServletWrapperFilter() - 类 的构造器org.dromara.mendmix.springweb.filter.HttpServletWrapperFilter
 

I

I18nMessageUtils - org.dromara.mendmix.springweb.i18n中的类
 
I18nMessageUtils() - 类 的构造器org.dromara.mendmix.springweb.i18n.I18nMessageUtils
 
info() - 类 中的方法org.dromara.mendmix.springweb.exporter.ExporterController
 
init() - 类 中的方法org.dromara.mendmix.springweb.exporter.AppMetadataServlet
 
initMockContextIfOnCondition() - 类 中的静态方法org.dromara.mendmix.springweb.utils.UserMockUtils
 
intercept(HttpRequest, byte[], ClientHttpRequestExecution) - 类 中的方法org.dromara.mendmix.springweb.client.HttpClientLoggingInterceptor
 
intercept(HttpRequest, byte[], ClientHttpRequestExecution) - 类 中的方法org.dromara.mendmix.springweb.client.RestTemplateAutoHeaderInterceptor
 
interval() - 类 中的方法org.dromara.mendmix.springweb.component.workerid.RedisWorkerIdGenerator
 
invokeTokenCheckEnabled - 类 中的静态变量org.dromara.mendmix.springweb.AppConfigs
 
invokeTokenIgnoreUris - 类 中的静态变量org.dromara.mendmix.springweb.AppConfigs
 
isApiLogging() - 类 中的方法org.dromara.mendmix.springweb.model.AppMetadata
 
isEnabled() - 类 中的静态方法org.dromara.mendmix.springweb.utils.UserMockUtils
 
isFinished() - 类 中的方法org.dromara.mendmix.springweb.servlet.CustomServletInputStreamWrapper
 
isPostMethod() - 类 中的方法org.dromara.mendmix.springweb.servlet.HttpServletRequestReader
 
isReady() - 类 中的方法org.dromara.mendmix.springweb.servlet.CustomServletInputStreamWrapper
 
isRequestJson() - 类 中的方法org.dromara.mendmix.springweb.servlet.HttpServletRequestReader
 
isRequired() - 类 中的方法org.dromara.mendmix.springweb.exporter.apidoc.SimpleParameter
 
isSafeString(String, boolean) - 类 中的静态方法org.dromara.mendmix.springweb.utils.UnsafeCharCheckUtils
 
isSecure() - 类 中的方法org.dromara.mendmix.springweb.autoconfigure.loadbalancer.FixedServiceInstance
 
isStdResponse() - 类 中的方法org.dromara.mendmix.springweb.exporter.apidoc.ResponseMetadata
 
isStdResponse() - 类 中的方法org.dromara.mendmix.springweb.model.AppMetadata
 

J

JacksonConfiguration - org.dromara.mendmix.springweb.autoconfigure中的类
 
JacksonConfiguration() - 类 的构造器org.dromara.mendmix.springweb.autoconfigure.JacksonConfiguration
 
jacksonObjectMapper(Jackson2ObjectMapperBuilder) - 类 中的方法org.dromara.mendmix.springweb.autoconfigure.JacksonConfiguration
 

L

loadBalancerWrapper(DiscoveryClient) - 类 中的方法org.dromara.mendmix.springweb.autoconfigure.WebComponentConfiguration
 
LoadBalancerWrapper - org.dromara.mendmix.springweb.client中的类
 
LoadBalancerWrapper(DiscoveryClient) - 类 的构造器org.dromara.mendmix.springweb.client.LoadBalancerWrapper
 
LocalWorkerIdGenerator - org.dromara.mendmix.springweb.component.workerid中的类
 
LocalWorkerIdGenerator() - 类 的构造器org.dromara.mendmix.springweb.component.workerid.LocalWorkerIdGenerator
 

M

main(String[]) - 类 中的静态方法org.dromara.mendmix.springweb.utils.UnsafeCharCheckUtils
 
max - 类 中的变量org.dromara.mendmix.springweb.exporter.metrics.UsageInfo
 
min - 类 中的变量org.dromara.mendmix.springweb.exporter.metrics.UsageInfo
 
MockLoginUserInterceptor - org.dromara.mendmix.springweb.interceptor中的类
 
MockLoginUserInterceptor() - 类 的构造器org.dromara.mendmix.springweb.interceptor.MockLoginUserInterceptor
 

O

onInitFinished() - 类 中的方法org.dromara.mendmix.springweb.model.AppMetadata
 
order() - 接口 中的方法org.dromara.mendmix.springweb.enhancer.RequestBodyEnhancer
 
order() - 接口 中的方法org.dromara.mendmix.springweb.enhancer.ResponseBodyEnhancer
 
org.dromara.mendmix.springweb - 程序包 org.dromara.mendmix.springweb
 
org.dromara.mendmix.springweb.autoconfigure - 程序包 org.dromara.mendmix.springweb.autoconfigure
 
org.dromara.mendmix.springweb.autoconfigure.feign - 程序包 org.dromara.mendmix.springweb.autoconfigure.feign
 
org.dromara.mendmix.springweb.autoconfigure.loadbalancer - 程序包 org.dromara.mendmix.springweb.autoconfigure.loadbalancer
 
org.dromara.mendmix.springweb.client - 程序包 org.dromara.mendmix.springweb.client
 
org.dromara.mendmix.springweb.component - 程序包 org.dromara.mendmix.springweb.component
 
org.dromara.mendmix.springweb.component.workerid - 程序包 org.dromara.mendmix.springweb.component.workerid
 
org.dromara.mendmix.springweb.enhancer - 程序包 org.dromara.mendmix.springweb.enhancer
 
org.dromara.mendmix.springweb.exception - 程序包 org.dromara.mendmix.springweb.exception
 
org.dromara.mendmix.springweb.exporter - 程序包 org.dromara.mendmix.springweb.exporter
 
org.dromara.mendmix.springweb.exporter.apidoc - 程序包 org.dromara.mendmix.springweb.exporter.apidoc
 
org.dromara.mendmix.springweb.exporter.metrics - 程序包 org.dromara.mendmix.springweb.exporter.metrics
 
org.dromara.mendmix.springweb.filter - 程序包 org.dromara.mendmix.springweb.filter
 
org.dromara.mendmix.springweb.i18n - 程序包 org.dromara.mendmix.springweb.i18n
 
org.dromara.mendmix.springweb.interceptor - 程序包 org.dromara.mendmix.springweb.interceptor
 
org.dromara.mendmix.springweb.model - 程序包 org.dromara.mendmix.springweb.model
 
org.dromara.mendmix.springweb.servlet - 程序包 org.dromara.mendmix.springweb.servlet
 
org.dromara.mendmix.springweb.utils - 程序包 org.dromara.mendmix.springweb.utils
 

P

postHandle(HttpServletRequest, HttpServletResponse, Object, ModelAndView) - 类 中的方法org.dromara.mendmix.springweb.interceptor.GlobalDefaultInterceptor
 
postProcessAfterInitialization(Object, String) - 类 中的方法org.dromara.mendmix.springweb.autoconfigure.EnhancerAdviceConfiguration
 
postProcessBeanDefinitionRegistry(BeanDefinitionRegistry) - 类 中的方法org.dromara.mendmix.springweb.SpringContextManager
 
postProcessBeanFactory(ConfigurableListableBeanFactory) - 类 中的方法org.dromara.mendmix.springweb.SpringContextManager
 
postProcessEnvironment(ConfigurableEnvironment, SpringApplication) - 类 中的方法org.dromara.mendmix.springweb.GlobalContexInitializer
 
preArguments(String...) - 类 中的静态方法org.dromara.mendmix.springweb.GlobalContexInitializer
 
preHandle(HttpServletRequest, HttpServletResponse, Object) - 类 中的方法org.dromara.mendmix.springweb.interceptor.GlobalDefaultInterceptor
 
preHandle(HttpServletRequest, HttpServletResponse, Object) - 类 中的方法org.dromara.mendmix.springweb.interceptor.MockLoginUserInterceptor
 
process(WatchedEvent) - 类 中的方法org.dromara.mendmix.springweb.component.workerid.ZkWorkerIdGenerator
 
process(HttpServletRequest, Object, MethodParameter) - 接口 中的方法org.dromara.mendmix.springweb.enhancer.RequestBodyEnhancer
 
process(Object, MethodParameter, MediaType, Class<? extends HttpMessageConverter<?>>, ServerHttpRequest, ServerHttpResponse) - 接口 中的方法org.dromara.mendmix.springweb.enhancer.ResponseBodyEnhancer
 

R

read() - 类 中的方法org.dromara.mendmix.springweb.servlet.CustomServletInputStreamWrapper
 
readTimeout - 类 中的静态变量org.dromara.mendmix.springweb.AppConfigs
 
reconstructURI(ServiceInstance, URI) - 类 中的方法org.dromara.mendmix.springweb.autoconfigure.loadbalancer.CustomBlockingLoadBalancerClient
 
RedisWorkerIdGenerator - org.dromara.mendmix.springweb.component.workerid中的类
 
RedisWorkerIdGenerator() - 类 的构造器org.dromara.mendmix.springweb.component.workerid.RedisWorkerIdGenerator
 
register(RequestBodyEnhancer) - 类 中的静态方法org.dromara.mendmix.springweb.enhancer.RequestBodyEnhancerAdvice
 
register(ResponseBodyEnhancer) - 类 中的静态方法org.dromara.mendmix.springweb.enhancer.ResonseBodyEnhancerAdvice
 
replaceSpecChars(String) - 类 中的静态方法org.dromara.mendmix.springweb.utils.UnsafeCharCheckUtils
 
RequestBodyEnhancer - org.dromara.mendmix.springweb.enhancer中的接口

Class Name : RequestBodyEnhancer
requestBodyEnhancerAdvice() - 类 中的方法org.dromara.mendmix.springweb.autoconfigure.EnhancerAdviceConfiguration
 
RequestBodyEnhancerAdvice - org.dromara.mendmix.springweb.enhancer中的类

Class Name : RequestBodyEnhancerAdvice
RequestBodyEnhancerAdvice() - 类 的构造器org.dromara.mendmix.springweb.enhancer.RequestBodyEnhancerAdvice
 
RequestHeaderBuilder - org.dromara.mendmix.springweb.client中的类
 
RequestHeaderBuilder() - 类 的构造器org.dromara.mendmix.springweb.client.RequestHeaderBuilder
 
RequestHeaderProvider - org.dromara.mendmix.springweb.client中的接口
 
RequestMetadata - org.dromara.mendmix.springweb.exporter.apidoc中的类

RequestMetadata() - 类 的构造器org.dromara.mendmix.springweb.exporter.apidoc.RequestMetadata
 
resolve(String) - 类 中的方法org.dromara.mendmix.springweb.client.LoadBalancerWrapper
 
resonseBodyEnhancerAdvice() - 类 中的方法org.dromara.mendmix.springweb.autoconfigure.EnhancerAdviceConfiguration
 
ResonseBodyEnhancerAdvice - org.dromara.mendmix.springweb.enhancer中的类

Class Name : RequestBodyEnhancerAdvice
ResonseBodyEnhancerAdvice() - 类 的构造器org.dromara.mendmix.springweb.enhancer.ResonseBodyEnhancerAdvice
 
ResponseBodyEnhancer - org.dromara.mendmix.springweb.enhancer中的接口

Class Name : RequestBodyEnhancer
ResponseMetadata - org.dromara.mendmix.springweb.exporter.apidoc中的类

ResponseMetadata() - 类 的构造器org.dromara.mendmix.springweb.exporter.apidoc.ResponseMetadata
 
ResponseMetadata(CompositeParameter, boolean) - 类 的构造器org.dromara.mendmix.springweb.exporter.apidoc.ResponseMetadata
 
respRewriteEnabled - 类 中的静态变量org.dromara.mendmix.springweb.AppConfigs
 
RestTemplateAutoHeaderInterceptor - org.dromara.mendmix.springweb.client中的类
 
RestTemplateAutoHeaderInterceptor() - 类 的构造器org.dromara.mendmix.springweb.client.RestTemplateAutoHeaderInterceptor
 
run(String...) - 类 中的方法org.dromara.mendmix.springweb.client.LoadBalancerWrapper
 
run(String...) - 类 中的方法org.dromara.mendmix.springweb.SpringContextManager
 
runtimeConfigServlet() - 类 中的方法org.dromara.mendmix.springweb.autoconfigure.WebServletConfiguration
 
RuntimeConfigServlet - org.dromara.mendmix.springweb.exporter中的类
 
RuntimeConfigServlet() - 类 的构造器org.dromara.mendmix.springweb.exporter.RuntimeConfigServlet
 

S

sensitiveHeaders - 类 中的静态变量org.dromara.mendmix.springweb.client.RequestHeaderBuilder
 
sequenceGenerateService() - 类 中的方法org.dromara.mendmix.springweb.autoconfigure.WebComponentConfiguration
 
setApiLogging(boolean) - 类 中的方法org.dromara.mendmix.springweb.model.AppMetadata
 
setApis(List<ApiInfo>) - 类 中的方法org.dromara.mendmix.springweb.model.AppMetadata
 
setApplicationContext(ApplicationContext) - 类 中的方法org.dromara.mendmix.springweb.SpringContextManager
 
setArrayItems(CompositeParameter) - 类 中的方法org.dromara.mendmix.springweb.exporter.apidoc.CompositeParameter
 
setAttributes(List<CompositeParameter>) - 类 中的方法org.dromara.mendmix.springweb.exporter.apidoc.CompositeParameter
 
setBody(CompositeParameter) - 类 中的方法org.dromara.mendmix.springweb.exporter.apidoc.RequestMetadata
 
setBody(CompositeParameter) - 类 中的方法org.dromara.mendmix.springweb.exporter.apidoc.ResponseMetadata
 
setDefaultVal(String) - 类 中的方法org.dromara.mendmix.springweb.exporter.apidoc.SimpleParameter
 
setDependencyServices(List<String>) - 类 中的方法org.dromara.mendmix.springweb.model.AppMetadata
 
setHeaders(List<SimpleParameter>) - 类 中的方法org.dromara.mendmix.springweb.exporter.apidoc.RequestMetadata
 
setKey(String) - 类 中的方法org.dromara.mendmix.springweb.exporter.apidoc.SimpleParameter
 
setModule(String) - 类 中的方法org.dromara.mendmix.springweb.model.AppMetadata
 
setName(String) - 类 中的方法org.dromara.mendmix.springweb.exporter.apidoc.SimpleParameter
 
setName(String) - 类 中的方法org.dromara.mendmix.springweb.model.AppMetadata
 
setPathParameters(List<SimpleParameter>) - 类 中的方法org.dromara.mendmix.springweb.exporter.apidoc.RequestMetadata
 
setPool(UsageInfo) - 类 中的方法org.dromara.mendmix.springweb.exporter.metrics.CompHealthMetrics
 
setQueryParameters(List<SimpleParameter>) - 类 中的方法org.dromara.mendmix.springweb.exporter.apidoc.RequestMetadata
 
setReadListener(ReadListener) - 类 中的方法org.dromara.mendmix.springweb.servlet.CustomServletInputStreamWrapper
 
setRemark(String) - 类 中的方法org.dromara.mendmix.springweb.exporter.apidoc.SimpleParameter
 
setRequestMeta(RequestMetadata) - 类 中的方法org.dromara.mendmix.springweb.exporter.apidoc.ApiDocInfo
 
setRequired(boolean) - 类 中的方法org.dromara.mendmix.springweb.exporter.apidoc.SimpleParameter
 
setResponseMeta(ResponseMetadata) - 类 中的方法org.dromara.mendmix.springweb.exporter.apidoc.ApiDocInfo
 
setServer(String) - 类 中的方法org.dromara.mendmix.springweb.exporter.metrics.CompHealthMetrics
 
setStatus(HealthState) - 类 中的方法org.dromara.mendmix.springweb.exporter.metrics.CompHealthMetrics
 
setStdResponse(boolean) - 类 中的方法org.dromara.mendmix.springweb.exporter.apidoc.ResponseMetadata
 
setStdResponse(boolean) - 类 中的方法org.dromara.mendmix.springweb.model.AppMetadata
 
setSystem(String) - 类 中的方法org.dromara.mendmix.springweb.model.AppMetadata
 
setType(ValueType) - 类 中的方法org.dromara.mendmix.springweb.exporter.apidoc.SimpleParameter
 
SimpleParameter - org.dromara.mendmix.springweb.exporter.apidoc中的类

SimpleParameter() - 类 的构造器org.dromara.mendmix.springweb.exporter.apidoc.SimpleParameter
 
SimpleParameter(String, String) - 类 的构造器org.dromara.mendmix.springweb.exporter.apidoc.SimpleParameter
 
SimpleParameter(String, String, boolean) - 类 的构造器org.dromara.mendmix.springweb.exporter.apidoc.SimpleParameter
 
SimpleRestTemplateBuilder - org.dromara.mendmix.springweb.client中的类
 
SimpleRestTemplateBuilder() - 类 的构造器org.dromara.mendmix.springweb.client.SimpleRestTemplateBuilder
 
SpecExceptionHandler - org.dromara.mendmix.springweb.exception中的接口
 
SpringContextManager - org.dromara.mendmix.springweb中的类

Class Name : SpringContextManager
SpringContextManager() - 类 的构造器org.dromara.mendmix.springweb.SpringContextManager
 
SpringContextManagerConfig - org.dromara.mendmix.springweb.autoconfigure中的类
 
SpringContextManagerConfig() - 类 的构造器org.dromara.mendmix.springweb.autoconfigure.SpringContextManagerConfig
 
supports(MethodParameter, Type, Class<? extends HttpMessageConverter<?>>) - 类 中的方法org.dromara.mendmix.springweb.enhancer.RequestBodyEnhancerAdvice
 
supports(MethodParameter, Class<? extends HttpMessageConverter<?>>) - 类 中的方法org.dromara.mendmix.springweb.enhancer.ResonseBodyEnhancerAdvice
 
Swagger2Configuration - org.dromara.mendmix.springweb.autoconfigure中的类
 
Swagger2Configuration() - 类 的构造器org.dromara.mendmix.springweb.autoconfigure.Swagger2Configuration
 

T

target(Target<T>) - 类 中的方法org.dromara.mendmix.springweb.autoconfigure.feign.CustomFeignBuilder
 
toString() - 类 中的方法org.dromara.mendmix.springweb.autoconfigure.loadbalancer.FixedServiceInstance
 
toString() - 类 中的方法org.dromara.mendmix.springweb.exporter.apidoc.SimpleParameter
 

U

UnsafeCharCheckUtils - org.dromara.mendmix.springweb.utils中的类
 
UnsafeCharCheckUtils() - 类 的构造器org.dromara.mendmix.springweb.utils.UnsafeCharCheckUtils
 
UnsafeCharCheckUtils.CheckMode - org.dromara.mendmix.springweb.utils中的枚举
 
UsageInfo - org.dromara.mendmix.springweb.exporter.metrics中的类

UsageInfo() - 类 的构造器org.dromara.mendmix.springweb.exporter.metrics.UsageInfo
 
UsageInfo(long, long, long) - 类 的构造器org.dromara.mendmix.springweb.exporter.metrics.UsageInfo
 
usagePercent() - 类 中的方法org.dromara.mendmix.springweb.exporter.metrics.UsageInfo
 
used - 类 中的变量org.dromara.mendmix.springweb.exporter.metrics.UsageInfo
 
UserMockUtils - org.dromara.mendmix.springweb.utils中的类
 
UserMockUtils() - 类 的构造器org.dromara.mendmix.springweb.utils.UserMockUtils
 

V

valueOf(String) - 枚举 中的静态方法org.dromara.mendmix.springweb.exporter.metrics.HealthState
返回带有指定名称的该类型的枚举常量。
valueOf(String) - 枚举 中的静态方法org.dromara.mendmix.springweb.utils.UnsafeCharCheckUtils.CheckMode
返回带有指定名称的该类型的枚举常量。
values() - 枚举 中的静态方法org.dromara.mendmix.springweb.exporter.metrics.HealthState
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
values() - 枚举 中的静态方法org.dromara.mendmix.springweb.utils.UnsafeCharCheckUtils.CheckMode
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。

W

WebComponentConfiguration - org.dromara.mendmix.springweb.autoconfigure中的类
 
WebComponentConfiguration() - 类 的构造器org.dromara.mendmix.springweb.autoconfigure.WebComponentConfiguration
 
WebServletConfiguration - org.dromara.mendmix.springweb.autoconfigure中的类
 
WebServletConfiguration() - 类 的构造器org.dromara.mendmix.springweb.autoconfigure.WebServletConfiguration
 
workIdGenerator() - 类 中的方法org.dromara.mendmix.springweb.autoconfigure.WebComponentConfiguration
 

Z

ZkWorkerIdGenerator - org.dromara.mendmix.springweb.component.workerid中的类
 
ZkWorkerIdGenerator() - 类 的构造器org.dromara.mendmix.springweb.component.workerid.ZkWorkerIdGenerator
 
A B C D E F G H I J L M O P R S T U V W Z 
跳过导航链接

Copyright © 2025. All rights reserved.