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

A

AbstractPropertySourceUtils - tech.mhuang.pacebox.springboot.core.spring.properties中的类
Convenience class for manipulating PropertySources.
AbstractPropertySourceUtils() - 类 的构造器tech.mhuang.pacebox.springboot.core.spring.properties.AbstractPropertySourceUtils
 
AbstractRestTemplate - tech.mhuang.pacebox.springboot.core.rest中的类
RestTemplate抽象实现
AbstractRestTemplate() - 类 的构造器tech.mhuang.pacebox.springboot.core.rest.AbstractRestTemplate
 
AbstractRestTemplate(ClientHttpRequestFactory) - 类 的构造器tech.mhuang.pacebox.springboot.core.rest.AbstractRestTemplate
 
addThreadPoolTaskScheduler(ThreadPoolTaskScheduler) - 接口 中的方法tech.mhuang.pacebox.springboot.core.task.ISingleDymanicTask
添加线程池任务调度类
addThreadPoolTaskScheduler(ThreadPoolTaskScheduler) - 类 中的方法tech.mhuang.pacebox.springboot.core.task.SingleDymanicTask
 
assembleTree(List<BaseTreeNode>) - 类 中的静态方法tech.mhuang.pacebox.springboot.core.protocol.tree.TreeNodeUtil
将当前列表数据转成封装成树状图数据
assembleTree(String, List<BaseTreeNode>) - 类 中的静态方法tech.mhuang.pacebox.springboot.core.protocol.tree.TreeNodeUtil
根据id将树列表封装成树状图数据
assembleTree(BaseTreeNode, List<BaseTreeNode>) - 类 中的静态方法tech.mhuang.pacebox.springboot.core.protocol.tree.TreeNodeUtil
根据某个节点将树列表封装成树状图数据
ATOM_XML_TYPE - 类 中的静态变量tech.mhuang.pacebox.springboot.core.okhttp.OkHttpDataType
Atom XML聚合格式
AUTH_TYPE - 类 中的静态变量tech.mhuang.pacebox.springboot.core.constans.Global
 
authenticate(HttpServletResponse) - 类 中的方法tech.mhuang.pacebox.springboot.core.servlet.WebRequestHeader
 
authenticate(HttpServletResponse) - 类 中的方法tech.mhuang.pacebox.springboot.core.servlet.WebRequestStreamHeader
 

B

BaseApplication - tech.mhuang.pacebox.springboot.core.application中的类
基础扩展应用
BaseApplication() - 类 的构造器tech.mhuang.pacebox.springboot.core.application.BaseApplication
 
BaseBeanRegisitryPostProcessor - tech.mhuang.pacebox.springboot.core.spring.bean中的类
抽离通用注入bean配置
BaseBeanRegisitryPostProcessor() - 类 的构造器tech.mhuang.pacebox.springboot.core.spring.bean.BaseBeanRegisitryPostProcessor
 
BaseController - tech.mhuang.pacebox.springboot.core.controller中的类
通用控制层
BaseController() - 类 的构造器tech.mhuang.pacebox.springboot.core.controller.BaseController
 
BaseEntity - tech.mhuang.pacebox.springboot.core.entity中的类
通用Entity
BaseEntity() - 类 的构造器tech.mhuang.pacebox.springboot.core.entity.BaseEntity
 
BaseMapper<T extends Serializable,Id> - tech.mhuang.pacebox.springboot.core.mapper中的接口
公共Mapper层
BaseService<T extends Serializable,Id> - tech.mhuang.pacebox.springboot.core.service中的接口
通用service层
BaseServiceImpl<T extends Serializable,Id> - tech.mhuang.pacebox.springboot.core.service.impl中的类
通用service
BaseServiceImpl() - 类 的构造器tech.mhuang.pacebox.springboot.core.service.impl.BaseServiceImpl
 
buildPage() - 类 中的静态方法tech.mhuang.pacebox.springboot.core.protocol.page.PageUtil
获取分页条件

C

changeSessionId() - 类 中的方法tech.mhuang.pacebox.springboot.core.servlet.WebRequestHeader
 
changeSessionId() - 类 中的方法tech.mhuang.pacebox.springboot.core.servlet.WebRequestStreamHeader
 
checkClientTrusted(X509Certificate[], String) - 类 中的方法tech.mhuang.pacebox.springboot.core.okhttp.TrustAnyTrustManager
 
checkPage(Integer, PageDTO) - 类 中的静态方法tech.mhuang.pacebox.springboot.core.protocol.page.PageUtil
检查分页满不满足条件
checkServerTrusted(X509Certificate[], String) - 类 中的方法tech.mhuang.pacebox.springboot.core.okhttp.TrustAnyTrustManager
 
CommonExceptionHandler - tech.mhuang.pacebox.springboot.core.exception中的类
通用异常拦截
CommonExceptionHandler() - 类 的构造器tech.mhuang.pacebox.springboot.core.exception.CommonExceptionHandler
 
COMPANY_ID - 类 中的静态变量tech.mhuang.pacebox.springboot.core.constans.Global
 
containsProperty(String) - 类 中的方法tech.mhuang.pacebox.springboot.core.spring.properties.RelaxedPropertyResolver
 
convertFileToByteArrayResource(File) - 类 中的方法tech.mhuang.pacebox.springboot.core.rest.AbstractRestTemplate
将file转换成byteArrayResource
convertIdcarBy15bit(String) - 类 中的静态方法tech.mhuang.pacebox.springboot.core.util.IdCardUtil
将15位的身份证转成18位身份证
copyTo(List<?>, Class<E>) - 类 中的静态方法tech.mhuang.pacebox.springboot.core.spring.util.DataUtil
将源列表的数据复制到新列表的类上
copyTo(List<?>, Class<E>, String...) - 类 中的静态方法tech.mhuang.pacebox.springboot.core.spring.util.DataUtil
将源列表的数据复制到新列表的类上、并且忽略对应的属性
copyTo(Object, Class<E>) - 类 中的静态方法tech.mhuang.pacebox.springboot.core.spring.util.DataUtil
对象Copy
copyTo(Object, Class<E>, String...) - 类 中的静态方法tech.mhuang.pacebox.springboot.core.spring.util.DataUtil
对象copy忽略对应参数
copyTo(Object, Object) - 类 中的静态方法tech.mhuang.pacebox.springboot.core.spring.util.DataUtil
将原对象的类copy到目标对象类中
copyToKeyValue(List<?>, Class<E>, String, String) - 类 中的静态方法tech.mhuang.pacebox.springboot.core.spring.util.DataUtil
copy對象中的某個屬性儅作爲key和值在組成對應的實體
count(T) - 接口 中的方法tech.mhuang.pacebox.springboot.core.mapper.BaseMapper
查询条数
count(T) - 接口 中的方法tech.mhuang.pacebox.springboot.core.service.BaseService
查询条数
count(T) - 类 中的方法tech.mhuang.pacebox.springboot.core.service.impl.BaseServiceImpl
查询实例的总数

D

DataUtil - tech.mhuang.pacebox.springboot.core.spring.util中的类
数据处理工具类.
DataUtil() - 类 的构造器tech.mhuang.pacebox.springboot.core.spring.util.DataUtil
 
defaultErrorHandler(HttpServletRequest, Exception) - 类 中的方法tech.mhuang.pacebox.springboot.core.exception.CommonExceptionHandler
 
delete(T) - 接口 中的方法tech.mhuang.pacebox.springboot.core.mapper.BaseMapper
删除
delete(Id) - 接口 中的方法tech.mhuang.pacebox.springboot.core.mapper.BaseMapper
删除
delete(Id) - 接口 中的方法tech.mhuang.pacebox.springboot.core.service.BaseService
 
delete(Id) - 类 中的方法tech.mhuang.pacebox.springboot.core.service.impl.BaseServiceImpl
 
doFilterInternal(HttpServletRequest, HttpServletResponse, FilterChain) - 类 中的方法tech.mhuang.pacebox.springboot.core.servlet.RequestFilter
 

E

ENC_TYPE - 类 中的静态变量tech.mhuang.pacebox.springboot.core.okhttp.OkHttpDataType
form表单数据被编码为key/value格式发送到服务器
EXPIRE_FIFTEEN_MINUTES - 类 中的静态变量tech.mhuang.pacebox.springboot.core.constans.Global
15分钟过期
EXPIRE_FIVE_MINUTES - 类 中的静态变量tech.mhuang.pacebox.springboot.core.constans.Global
5分钟过期
EXPIRE_ONE_DAY - 类 中的静态变量tech.mhuang.pacebox.springboot.core.constans.Global
1天过期
EXPIRE_ONE_HOURS - 类 中的静态变量tech.mhuang.pacebox.springboot.core.constans.Global
1小时过期
EXPIRE_ONE_MINUTES - 类 中的静态变量tech.mhuang.pacebox.springboot.core.constans.Global
1分钟
EXPIRE_ONE_WEEKS - 类 中的静态变量tech.mhuang.pacebox.springboot.core.constans.Global
1周过期
EXPIRE_TEN_MINUTES - 类 中的静态变量tech.mhuang.pacebox.springboot.core.constans.Global
10分钟过期
EXPIRE_THIRTY_DAYS - 类 中的静态变量tech.mhuang.pacebox.springboot.core.constans.Global
30天过期
EXPIRE_THIRTY_MINUTES - 类 中的静态变量tech.mhuang.pacebox.springboot.core.constans.Global
30分钟过期
EXPIRE_TWO_HOURS - 类 中的静态变量tech.mhuang.pacebox.springboot.core.constans.Global
2小时过期
ExtractMappingJackson2HttpMessageConverter - tech.mhuang.pacebox.springboot.core.rest中的类
扩展mapper。
ExtractMappingJackson2HttpMessageConverter() - 类 的构造器tech.mhuang.pacebox.springboot.core.rest.ExtractMappingJackson2HttpMessageConverter
 

F

forCamelCase(String) - 类 中的静态方法tech.mhuang.pacebox.springboot.core.spring.properties.RelaxedNames
Return a RelaxedNames for the given source camelCase source name.
FORM_DATA_TYPE - 类 中的静态变量tech.mhuang.pacebox.springboot.core.okhttp.OkHttpDataType
另外一种常见的媒体格式是上传文件之时使用的 需要在表单中进行文件上传时,就需要使用该格式

G

genOkHttpClient(String, int) - 类 中的静态方法tech.mhuang.pacebox.springboot.core.okhttp.OkhttpClientUtil
根据代理生成okHttpClient
genOkHttpClient(String, String) - 类 中的静态方法tech.mhuang.pacebox.springboot.core.okhttp.OkhttpClientUtil
根据证书生成okHttpClient
genOkHttpClient(String, String, X509TrustManager) - 类 中的静态方法tech.mhuang.pacebox.springboot.core.okhttp.OkhttpClientUtil
根据证书生成okHttpClient
genOkHttpClient(String, int, String, String) - 类 中的静态方法tech.mhuang.pacebox.springboot.core.okhttp.OkhttpClientUtil
根据代理证书生成okHttpClient,默认为Http代理
genOkHttpClient(String, int, String, String, X509TrustManager) - 类 中的静态方法tech.mhuang.pacebox.springboot.core.okhttp.OkhttpClientUtil
根据代理证书生成okHttpClient,默认为Http代理
genOkHttpClient(Proxy.Type, String, int, String, String) - 类 中的静态方法tech.mhuang.pacebox.springboot.core.okhttp.OkhttpClientUtil
根据代理证书生成okHttpClient
genOkHttpClient(Proxy.Type, String, int, String, String, X509TrustManager) - 类 中的静态方法tech.mhuang.pacebox.springboot.core.okhttp.OkhttpClientUtil
根据代理证书生成okHttpClient
get() - 类 中的静态方法tech.mhuang.pacebox.springboot.core.local.GlobalHeaderThreadLocal
 
get(T) - 接口 中的方法tech.mhuang.pacebox.springboot.core.mapper.BaseMapper
获取单个实例
get(T) - 接口 中的方法tech.mhuang.pacebox.springboot.core.service.BaseService
获取单个实例
get(T) - 类 中的方法tech.mhuang.pacebox.springboot.core.service.impl.BaseServiceImpl
获取单个
getAcceptedIssuers() - 类 中的方法tech.mhuang.pacebox.springboot.core.okhttp.TrustAnyTrustManager
 
getApplicationContext() - 类 中的静态方法tech.mhuang.pacebox.springboot.core.spring.start.SpringContextHolder
获取上下文
getAuthType() - 类 中的方法tech.mhuang.pacebox.springboot.core.servlet.WebRequestHeader
 
getAuthType() - 类 中的方法tech.mhuang.pacebox.springboot.core.servlet.WebRequestStreamHeader
 
getBean(String) - 类 中的静态方法tech.mhuang.pacebox.springboot.core.spring.start.SpringContextHolder
通过名字获取上下文中的bean
getBean(String, Class<T>) - 类 中的静态方法tech.mhuang.pacebox.springboot.core.spring.start.SpringContextHolder
通过名字获取上下文中的bean
getBean(Class<T>) - 类 中的静态方法tech.mhuang.pacebox.springboot.core.spring.start.SpringContextHolder
根据class获取上下文的bean
getBean(Class<T>, HttpServletRequest) - 类 中的静态方法tech.mhuang.pacebox.springboot.core.spring.start.SpringServletContentHolder
根据request获取bean
getBeanFactory(HttpServletRequest) - 类 中的静态方法tech.mhuang.pacebox.springboot.core.spring.start.SpringServletContentHolder
获取bean工厂类
getById(Id) - 接口 中的方法tech.mhuang.pacebox.springboot.core.mapper.BaseMapper
根据Id获取单个实例
getById(Id) - 接口 中的方法tech.mhuang.pacebox.springboot.core.service.BaseService
根据Id获取单个实例
getById(Id) - 类 中的方法tech.mhuang.pacebox.springboot.core.service.impl.BaseServiceImpl
 
getContextPath() - 类 中的方法tech.mhuang.pacebox.springboot.core.servlet.WebRequestHeader
 
getContextPath() - 类 中的方法tech.mhuang.pacebox.springboot.core.servlet.WebRequestStreamHeader
 
getCookies() - 类 中的方法tech.mhuang.pacebox.springboot.core.servlet.WebRequestHeader
 
getCookies() - 类 中的方法tech.mhuang.pacebox.springboot.core.servlet.WebRequestStreamHeader
 
getDateHeader(String) - 类 中的方法tech.mhuang.pacebox.springboot.core.servlet.WebRequestHeader
 
getDateHeader(String) - 类 中的方法tech.mhuang.pacebox.springboot.core.servlet.WebRequestStreamHeader
 
getHeader(String) - 类 中的方法tech.mhuang.pacebox.springboot.core.servlet.WebRequestHeader
重构根据key获取header中的值
getHeader(String) - 类 中的方法tech.mhuang.pacebox.springboot.core.servlet.WebRequestStreamHeader
重构根据key获取header中的值
getHeaderNames() - 类 中的方法tech.mhuang.pacebox.springboot.core.servlet.WebRequestHeader
 
getHeaderNames() - 类 中的方法tech.mhuang.pacebox.springboot.core.servlet.WebRequestStreamHeader
 
getHeaders(String) - 类 中的方法tech.mhuang.pacebox.springboot.core.servlet.WebRequestHeader
重构根据key获取header的值
getHeaders(String) - 类 中的方法tech.mhuang.pacebox.springboot.core.servlet.WebRequestStreamHeader
重构根据key获取header的值
getInputStream() - 类 中的方法tech.mhuang.pacebox.springboot.core.servlet.WebRequestStreamHeader
 
getIntHeader(String) - 类 中的方法tech.mhuang.pacebox.springboot.core.servlet.WebRequestHeader
 
getIntHeader(String) - 类 中的方法tech.mhuang.pacebox.springboot.core.servlet.WebRequestStreamHeader
 
getIp(HttpServletRequest) - 类 中的静态方法tech.mhuang.pacebox.springboot.core.spring.util.IpUtil
根据servletRequest 获取
getMethod() - 类 中的方法tech.mhuang.pacebox.springboot.core.servlet.WebRequestHeader
 
getMethod() - 类 中的方法tech.mhuang.pacebox.springboot.core.servlet.WebRequestStreamHeader
 
getMethodToValue(Class<?>, String, Object...) - 类 中的方法tech.mhuang.pacebox.springboot.core.spring.reflect.SpringReflectInvoke
 
getMethodToValue(String, String, Object...) - 类 中的方法tech.mhuang.pacebox.springboot.core.spring.reflect.SpringReflectInvoke
 
getOrException() - 类 中的静态方法tech.mhuang.pacebox.springboot.core.local.GlobalHeaderThreadLocal
 
getParameter(String) - 类 中的静态方法tech.mhuang.pacebox.springboot.core.spring.util.SpringServletUtil
获取请求参数值
getParameter(String, String) - 类 中的静态方法tech.mhuang.pacebox.springboot.core.spring.util.SpringServletUtil
获取请求参数值,不存在则默认
getParameterAsType(String, Class<T>) - 类 中的静态方法tech.mhuang.pacebox.springboot.core.spring.util.SpringServletUtil
获取请求参数值带转换数据类型
getPart(String) - 类 中的方法tech.mhuang.pacebox.springboot.core.servlet.WebRequestHeader
 
getPart(String) - 类 中的方法tech.mhuang.pacebox.springboot.core.servlet.WebRequestStreamHeader
 
getParts() - 类 中的方法tech.mhuang.pacebox.springboot.core.servlet.WebRequestHeader
 
getParts() - 类 中的方法tech.mhuang.pacebox.springboot.core.servlet.WebRequestStreamHeader
 
getPathInfo() - 类 中的方法tech.mhuang.pacebox.springboot.core.servlet.WebRequestHeader
 
getPathInfo() - 类 中的方法tech.mhuang.pacebox.springboot.core.servlet.WebRequestStreamHeader
 
getPathTranslated() - 类 中的方法tech.mhuang.pacebox.springboot.core.servlet.WebRequestHeader
 
getPathTranslated() - 类 中的方法tech.mhuang.pacebox.springboot.core.servlet.WebRequestStreamHeader
 
getProperty(String) - 类 中的方法tech.mhuang.pacebox.springboot.core.spring.properties.RelaxedPropertyResolver
 
getProperty(String, String) - 类 中的方法tech.mhuang.pacebox.springboot.core.spring.properties.RelaxedPropertyResolver
 
getProperty(String, Class<T>) - 类 中的方法tech.mhuang.pacebox.springboot.core.spring.properties.RelaxedPropertyResolver
 
getProperty(String, Class<T>, T) - 类 中的方法tech.mhuang.pacebox.springboot.core.spring.properties.RelaxedPropertyResolver
 
getQueryString() - 类 中的方法tech.mhuang.pacebox.springboot.core.servlet.WebRequestHeader
 
getQueryString() - 类 中的方法tech.mhuang.pacebox.springboot.core.servlet.WebRequestStreamHeader
 
getReader() - 类 中的方法tech.mhuang.pacebox.springboot.core.servlet.WebRequestStreamHeader
 
getRemoteUser() - 类 中的方法tech.mhuang.pacebox.springboot.core.servlet.WebRequestHeader
 
getRemoteUser() - 类 中的方法tech.mhuang.pacebox.springboot.core.servlet.WebRequestStreamHeader
 
getRequest() - 类 中的静态方法tech.mhuang.pacebox.springboot.core.spring.util.SpringServletUtil
获取HttpServletRequest
getRequestAttributes() - 类 中的静态方法tech.mhuang.pacebox.springboot.core.spring.util.SpringServletUtil
获取RequestAttributes
getRequestedSessionId() - 类 中的方法tech.mhuang.pacebox.springboot.core.servlet.WebRequestHeader
 
getRequestedSessionId() - 类 中的方法tech.mhuang.pacebox.springboot.core.servlet.WebRequestStreamHeader
 
getRequestURI() - 类 中的方法tech.mhuang.pacebox.springboot.core.servlet.WebRequestHeader
 
getRequestURI() - 类 中的方法tech.mhuang.pacebox.springboot.core.servlet.WebRequestStreamHeader
 
getRequestURL() - 类 中的方法tech.mhuang.pacebox.springboot.core.servlet.WebRequestHeader
 
getRequestURL() - 类 中的方法tech.mhuang.pacebox.springboot.core.servlet.WebRequestStreamHeader
 
getRequiredProperty(String) - 类 中的方法tech.mhuang.pacebox.springboot.core.spring.properties.RelaxedPropertyResolver
 
getRequiredProperty(String, Class<T>) - 类 中的方法tech.mhuang.pacebox.springboot.core.spring.properties.RelaxedPropertyResolver
 
getResponse() - 类 中的静态方法tech.mhuang.pacebox.springboot.core.spring.util.SpringServletUtil
获取HttpServletResponse
getServletPath() - 类 中的方法tech.mhuang.pacebox.springboot.core.servlet.WebRequestHeader
 
getServletPath() - 类 中的方法tech.mhuang.pacebox.springboot.core.servlet.WebRequestStreamHeader
 
getSession(boolean) - 类 中的方法tech.mhuang.pacebox.springboot.core.servlet.WebRequestHeader
 
getSession() - 类 中的方法tech.mhuang.pacebox.springboot.core.servlet.WebRequestHeader
 
getSession(boolean) - 类 中的方法tech.mhuang.pacebox.springboot.core.servlet.WebRequestStreamHeader
 
getSession() - 类 中的方法tech.mhuang.pacebox.springboot.core.servlet.WebRequestStreamHeader
 
getSession() - 类 中的静态方法tech.mhuang.pacebox.springboot.core.spring.util.SpringServletUtil
获取session
getSslContext(String, String) - 类 中的静态方法tech.mhuang.pacebox.springboot.core.okhttp.OkhttpClientUtil
获取SSLContext
getSslContext(String, String, TrustManager) - 类 中的静态方法tech.mhuang.pacebox.springboot.core.okhttp.OkhttpClientUtil
 
getSubProperties(PropertySources, String) - 类 中的静态方法tech.mhuang.pacebox.springboot.core.spring.properties.AbstractPropertySourceUtils
Return a Map of all values from the specified PropertySources that start with a particular key.
getSubProperties(PropertySources, String, String) - 类 中的静态方法tech.mhuang.pacebox.springboot.core.spring.properties.AbstractPropertySourceUtils
Return a Map of all values from the specified PropertySources that start with a particular key.
getSubProperties(String) - 类 中的方法tech.mhuang.pacebox.springboot.core.spring.properties.RelaxedPropertyResolver
Return a Map of all values from all underlying properties that start with the specified key.
getUserPrincipal() - 类 中的方法tech.mhuang.pacebox.springboot.core.servlet.WebRequestHeader
 
getUserPrincipal() - 类 中的方法tech.mhuang.pacebox.springboot.core.servlet.WebRequestStreamHeader
 
getValueByModelKey(Object, String, Class<E>) - 类 中的静态方法tech.mhuang.pacebox.springboot.core.spring.util.DataUtil
根据模块名和参数获取value,适合不知道值的情况
GIF_TYPE - 类 中的静态变量tech.mhuang.pacebox.springboot.core.okhttp.OkHttpDataType
gif图片格式
Global - tech.mhuang.pacebox.springboot.core.constans中的类
全局常量
Global() - 类 的构造器tech.mhuang.pacebox.springboot.core.constans.Global
 
GLOBAL_HEADER - 类 中的静态变量tech.mhuang.pacebox.springboot.core.constans.Global
 
GlobalHeaderThreadLocal - tech.mhuang.pacebox.springboot.core.local中的类
全局当前线程的常量
GlobalHeaderThreadLocal() - 类 的构造器tech.mhuang.pacebox.springboot.core.local.GlobalHeaderThreadLocal
 

H

HTML_TYPE - 类 中的静态变量tech.mhuang.pacebox.springboot.core.okhttp.OkHttpDataType
HTML格式

I

IdCardCase - tech.mhuang.pacebox.springboot.core.validate中的注释类型
检查身份证
IdCardCaseValidator - tech.mhuang.pacebox.springboot.core.validate中的类
身份证检查
IdCardCaseValidator() - 类 的构造器tech.mhuang.pacebox.springboot.core.validate.IdCardCaseValidator
 
IdCardUtil - tech.mhuang.pacebox.springboot.core.util中的类
身份证工具类
IdCardUtil() - 类 的构造器tech.mhuang.pacebox.springboot.core.util.IdCardUtil
 
ignoringUnresolvableNestedPlaceholders(Environment, String) - 类 中的静态方法tech.mhuang.pacebox.springboot.core.spring.properties.RelaxedPropertyResolver
Return a property resolver for the environment, preferring one that ignores unresolvable nested placeholders.
initBinder(WebDataBinder) - 类 中的方法tech.mhuang.pacebox.springboot.core.controller.BaseController
 
initialize(LengthCase) - 类 中的方法tech.mhuang.pacebox.springboot.core.validate.LengthCaseValidator
 
initialize(YnCase) - 类 中的方法tech.mhuang.pacebox.springboot.core.validate.YnCaseValidator
 
insert(T) - 接口 中的方法tech.mhuang.pacebox.springboot.core.mapper.BaseMapper
插入
insert(T) - 接口 中的方法tech.mhuang.pacebox.springboot.core.service.BaseService
插入
insert(T) - 类 中的方法tech.mhuang.pacebox.springboot.core.service.impl.BaseServiceImpl
 
insertInto(InsertInto<Id>) - 接口 中的方法tech.mhuang.pacebox.springboot.core.mapper.BaseMapper
历史表记录
insertInto(InsertInto<Id>) - 接口 中的方法tech.mhuang.pacebox.springboot.core.service.BaseService
 
insertInto(InsertInto<Id>) - 类 中的方法tech.mhuang.pacebox.springboot.core.service.impl.BaseServiceImpl
 
IpUtil - tech.mhuang.pacebox.springboot.core.spring.util中的类
ip工具类
isFinished() - 类 中的方法tech.mhuang.pacebox.springboot.core.servlet.WebServletInputStream
 
ISingleDymanicTask - tech.mhuang.pacebox.springboot.core.task中的接口
单机任务接口类、可自行配合redis或者其他工具使用
isReady() - 类 中的方法tech.mhuang.pacebox.springboot.core.servlet.WebServletInputStream
 
isRequestedSessionIdFromCookie() - 类 中的方法tech.mhuang.pacebox.springboot.core.servlet.WebRequestHeader
 
isRequestedSessionIdFromCookie() - 类 中的方法tech.mhuang.pacebox.springboot.core.servlet.WebRequestStreamHeader
 
isRequestedSessionIdFromURL() - 类 中的方法tech.mhuang.pacebox.springboot.core.servlet.WebRequestHeader
 
isRequestedSessionIdFromURL() - 类 中的方法tech.mhuang.pacebox.springboot.core.servlet.WebRequestStreamHeader
 
isRequestedSessionIdValid() - 类 中的方法tech.mhuang.pacebox.springboot.core.servlet.WebRequestHeader
 
isRequestedSessionIdValid() - 类 中的方法tech.mhuang.pacebox.springboot.core.servlet.WebRequestStreamHeader
 
isUserInRole(String) - 类 中的方法tech.mhuang.pacebox.springboot.core.servlet.WebRequestHeader
 
isUserInRole(String) - 类 中的方法tech.mhuang.pacebox.springboot.core.servlet.WebRequestStreamHeader
 
isValid(String, ConstraintValidatorContext) - 类 中的方法tech.mhuang.pacebox.springboot.core.validate.IdCardCaseValidator
 
isValid(String, ConstraintValidatorContext) - 类 中的方法tech.mhuang.pacebox.springboot.core.validate.LengthCaseValidator
 
isValid(String, ConstraintValidatorContext) - 类 中的方法tech.mhuang.pacebox.springboot.core.validate.YnCaseValidator
 
isValidatedAllIdcard(String) - 类 中的静态方法tech.mhuang.pacebox.springboot.core.util.IdCardUtil
验证所有的身份证的合法性
iterator() - 类 中的方法tech.mhuang.pacebox.springboot.core.spring.properties.RelaxedNames
 

J

JacksonObjectMappper - tech.mhuang.pacebox.springboot.core.jackson中的类
jackson 封装
JacksonObjectMappper() - 类 的构造器tech.mhuang.pacebox.springboot.core.jackson.JacksonObjectMappper
 
JPG_TYPE - 类 中的静态变量tech.mhuang.pacebox.springboot.core.okhttp.OkHttpDataType
jpg图片格式
JSON_TYPE - 类 中的静态变量tech.mhuang.pacebox.springboot.core.okhttp.OkHttpDataType
JSON数据格式

L

LANGUAGE - 类 中的静态变量tech.mhuang.pacebox.springboot.core.constans.Global
 
LengthCase - tech.mhuang.pacebox.springboot.core.validate中的注释类型
长度条件默认1
LengthCaseValidator - tech.mhuang.pacebox.springboot.core.validate中的类
长度检查方法
LengthCaseValidator() - 类 的构造器tech.mhuang.pacebox.springboot.core.validate.LengthCaseValidator
 
login(String, String) - 类 中的方法tech.mhuang.pacebox.springboot.core.servlet.WebRequestHeader
 
login(String, String) - 类 中的方法tech.mhuang.pacebox.springboot.core.servlet.WebRequestStreamHeader
 
logout() - 类 中的方法tech.mhuang.pacebox.springboot.core.servlet.WebRequestHeader
 
logout() - 类 中的方法tech.mhuang.pacebox.springboot.core.servlet.WebRequestStreamHeader
 

M

MicroRestTemplate - tech.mhuang.pacebox.springboot.core.rest中的类
微服务RestTemplate
MicroRestTemplate() - 类 的构造器tech.mhuang.pacebox.springboot.core.rest.MicroRestTemplate
 
MicroRestTemplate(SimpleClientHttpRequestFactory) - 类 的构造器tech.mhuang.pacebox.springboot.core.rest.MicroRestTemplate
 

O

OkhttpClientUtil - tech.mhuang.pacebox.springboot.core.okhttp中的类
okhttp 工具类
OkhttpClientUtil() - 类 的构造器tech.mhuang.pacebox.springboot.core.okhttp.OkhttpClientUtil
 
OkHttpDataType - tech.mhuang.pacebox.springboot.core.okhttp中的类
okhttpclient数据类型
OkHttpDataType() - 类 的构造器tech.mhuang.pacebox.springboot.core.okhttp.OkHttpDataType
 

P

page(Page<T>) - 接口 中的方法tech.mhuang.pacebox.springboot.core.mapper.BaseMapper
分页查询
page(Page<T>) - 接口 中的方法tech.mhuang.pacebox.springboot.core.service.BaseService
 
page(Page<T>) - 类 中的方法tech.mhuang.pacebox.springboot.core.service.impl.BaseServiceImpl
 
pageCount(Page<T>) - 接口 中的方法tech.mhuang.pacebox.springboot.core.mapper.BaseMapper
分页查询个数
pageCount(Page<T>) - 接口 中的方法tech.mhuang.pacebox.springboot.core.service.BaseService
 
pageCount(Page<T>) - 类 中的方法tech.mhuang.pacebox.springboot.core.service.impl.BaseServiceImpl
 
PageUtil - tech.mhuang.pacebox.springboot.core.protocol.page中的类
分页工具类
PageUtil() - 类 的构造器tech.mhuang.pacebox.springboot.core.protocol.page.PageUtil
 
PDF_TYPE - 类 中的静态变量tech.mhuang.pacebox.springboot.core.okhttp.OkHttpDataType
pdf格式
PLAIN_TYPE - 类 中的静态变量tech.mhuang.pacebox.springboot.core.okhttp.OkHttpDataType
纯文本格式
PNG_TYPE - 类 中的静态变量tech.mhuang.pacebox.springboot.core.okhttp.OkHttpDataType
png图片格式
putHeader(String, String) - 类 中的方法tech.mhuang.pacebox.springboot.core.servlet.WebRequestHeader
扩展、放入Header
putHeader(String, String) - 类 中的方法tech.mhuang.pacebox.springboot.core.servlet.WebRequestStreamHeader
扩展、放入Header
putHeader(String, String) - 接口 中的方法tech.mhuang.pacebox.springboot.core.servlet.WebServletRequest
设置请求头

Q

query(T) - 接口 中的方法tech.mhuang.pacebox.springboot.core.mapper.BaseMapper
根据实例进行查询
query(T) - 接口 中的方法tech.mhuang.pacebox.springboot.core.service.BaseService
 
query(T) - 类 中的方法tech.mhuang.pacebox.springboot.core.service.impl.BaseServiceImpl
 
queryAll() - 接口 中的方法tech.mhuang.pacebox.springboot.core.mapper.BaseMapper
查询所有实例
queryAll() - 接口 中的方法tech.mhuang.pacebox.springboot.core.service.BaseService
 
queryAll() - 类 中的方法tech.mhuang.pacebox.springboot.core.service.impl.BaseServiceImpl
 

R

read() - 类 中的方法tech.mhuang.pacebox.springboot.core.servlet.WebServletInputStream
 
redirect(String) - 类 中的方法tech.mhuang.pacebox.springboot.core.controller.BaseController
页面跳转
registerBean(BeanDefinitionRegistry, String, Class<?>) - 类 中的方法tech.mhuang.pacebox.springboot.core.spring.bean.BaseBeanRegisitryPostProcessor
注册bean
registerBean(String, Class<T>) - 类 中的静态方法tech.mhuang.pacebox.springboot.core.spring.start.SpringContextHolder
bean注册
registerBean(String, Class<T>, Map<String, Object>) - 类 中的静态方法tech.mhuang.pacebox.springboot.core.spring.start.SpringContextHolder
bean注册
RelaxedNames - tech.mhuang.pacebox.springboot.core.spring.properties中的类
Generates relaxed name variations from a given source.
RelaxedNames(String) - 类 的构造器tech.mhuang.pacebox.springboot.core.spring.properties.RelaxedNames
Create a new RelaxedNames instance.
RelaxedPropertyResolver - tech.mhuang.pacebox.springboot.core.spring.properties中的类
PropertyResolver that attempts to resolve values using RelaxedNames.
RelaxedPropertyResolver(PropertyResolver) - 类 的构造器tech.mhuang.pacebox.springboot.core.spring.properties.RelaxedPropertyResolver
 
RelaxedPropertyResolver(PropertyResolver, String) - 类 的构造器tech.mhuang.pacebox.springboot.core.spring.properties.RelaxedPropertyResolver
 
remove() - 类 中的静态方法tech.mhuang.pacebox.springboot.core.local.GlobalHeaderThreadLocal
 
remove(T) - 接口 中的方法tech.mhuang.pacebox.springboot.core.mapper.BaseMapper
删除单个实例
remove(Id) - 接口 中的方法tech.mhuang.pacebox.springboot.core.mapper.BaseMapper
删除单个实例
removeBean(String) - 类 中的静态方法tech.mhuang.pacebox.springboot.core.spring.start.SpringContextHolder
通过名字删除上下文的bean
request(RequestModel) - 类 中的方法tech.mhuang.pacebox.springboot.core.rest.AbstractRestTemplate
服务调用
RequestFilter - tech.mhuang.pacebox.springboot.core.servlet中的类
请求过滤器
RequestFilter() - 类 的构造器tech.mhuang.pacebox.springboot.core.servlet.RequestFilter
 
RequestModel<T> - tech.mhuang.pacebox.springboot.core.entity中的类
请求封装类.
RequestModel() - 类 的构造器tech.mhuang.pacebox.springboot.core.entity.RequestModel
 
resolvePlaceholders(String) - 类 中的方法tech.mhuang.pacebox.springboot.core.spring.properties.RelaxedPropertyResolver
 
resolveRequiredPlaceholders(String) - 类 中的方法tech.mhuang.pacebox.springboot.core.spring.properties.RelaxedPropertyResolver
 
resultStr(String) - 类 中的静态方法tech.mhuang.pacebox.springboot.core.spring.util.SpringServletUtil
应答数据
resultStr(HttpServletResponse, String) - 类 中的静态方法tech.mhuang.pacebox.springboot.core.spring.util.SpringServletUtil
应答数据

S

save(T) - 接口 中的方法tech.mhuang.pacebox.springboot.core.mapper.BaseMapper
增单个实例
set(GlobalHeader) - 类 中的静态方法tech.mhuang.pacebox.springboot.core.local.GlobalHeaderThreadLocal
 
setApplicationContext(ApplicationContext) - 类 中的方法tech.mhuang.pacebox.springboot.core.spring.start.SpringContextHolder
上下文初始化
setBaseMapper(BaseMapper<T, Id>) - 类 中的方法tech.mhuang.pacebox.springboot.core.service.impl.BaseServiceImpl
 
setReadListener(ReadListener) - 类 中的方法tech.mhuang.pacebox.springboot.core.servlet.WebServletInputStream
 
setValueByModel(Object, String, Object) - 类 中的静态方法tech.mhuang.pacebox.springboot.core.spring.util.DataUtil
设置value值到model中
SingleDymanicTask - tech.mhuang.pacebox.springboot.core.task中的类
单机动态任务
SingleDymanicTask() - 类 的构造器tech.mhuang.pacebox.springboot.core.task.SingleDymanicTask
 
SingleInterjob - tech.mhuang.pacebox.springboot.core.task中的类
单机版本的任务实体
SingleInterjob() - 类 的构造器tech.mhuang.pacebox.springboot.core.task.SingleInterjob
 
SingleJobTaskConst - tech.mhuang.pacebox.springboot.core.task中的类
单机任务常量
SingleJobTaskConst() - 类 的构造器tech.mhuang.pacebox.springboot.core.task.SingleJobTaskConst
 
SingleRestTemplate - tech.mhuang.pacebox.springboot.core.rest中的类
单机版RestTemplate
SingleRestTemplate() - 类 的构造器tech.mhuang.pacebox.springboot.core.rest.SingleRestTemplate
 
SingleRestTemplate(SimpleClientHttpRequestFactory) - 类 的构造器tech.mhuang.pacebox.springboot.core.rest.SingleRestTemplate
 
SOURCE - 类 中的静态变量tech.mhuang.pacebox.springboot.core.constans.Global
 
SpringContextHolder - tech.mhuang.pacebox.springboot.core.spring.start中的类
spring启动装载类
SpringContextHolder() - 类 的构造器tech.mhuang.pacebox.springboot.core.spring.start.SpringContextHolder
 
SpringReflectInvoke - tech.mhuang.pacebox.springboot.core.spring.reflect中的类
反射调用(依赖spring)
SpringReflectInvoke() - 类 的构造器tech.mhuang.pacebox.springboot.core.spring.reflect.SpringReflectInvoke
 
SpringServletContentHolder - tech.mhuang.pacebox.springboot.core.spring.start中的类
Spring servlet 使用工具
SpringServletContentHolder() - 类 的构造器tech.mhuang.pacebox.springboot.core.spring.start.SpringServletContentHolder
 
SpringServletUtil - tech.mhuang.pacebox.springboot.core.spring.util中的类
spring工具类
SpringServletUtil() - 类 的构造器tech.mhuang.pacebox.springboot.core.spring.util.SpringServletUtil
 
SpringThreadPool - tech.mhuang.pacebox.springboot.core.spring.pool中的类
spring 线程池
SpringThreadPool() - 类 的构造器tech.mhuang.pacebox.springboot.core.spring.pool.SpringThreadPool
 
startJob(String, Runnable, String) - 接口 中的方法tech.mhuang.pacebox.springboot.core.task.ISingleDymanicTask
启动任务
startJob(String, Runnable, String, Boolean) - 接口 中的方法tech.mhuang.pacebox.springboot.core.task.ISingleDymanicTask
启动任务(启动后会等待到下一次的时间进行执行)
startJob(String, Runnable, Long, Boolean) - 接口 中的方法tech.mhuang.pacebox.springboot.core.task.ISingleDymanicTask
启动任务(启动后会等待到下一次的时间进行执行)
startJob(String, Runnable, Long) - 接口 中的方法tech.mhuang.pacebox.springboot.core.task.ISingleDymanicTask
启动任务
startJob(String, Runnable, String) - 类 中的方法tech.mhuang.pacebox.springboot.core.task.SingleDymanicTask
 
startJob(String, Runnable, String, Boolean) - 类 中的方法tech.mhuang.pacebox.springboot.core.task.SingleDymanicTask
 
startJob(String, Runnable, Long, Boolean) - 类 中的方法tech.mhuang.pacebox.springboot.core.task.SingleDymanicTask
 
startJob(String, Runnable, Long) - 类 中的方法tech.mhuang.pacebox.springboot.core.task.SingleDymanicTask
 
startJobOnly(String, Runnable, Date) - 接口 中的方法tech.mhuang.pacebox.springboot.core.task.ISingleDymanicTask
启动任务(只执行一次、执行后记得将任务删除)
startJobOnly(String, Runnable, String) - 接口 中的方法tech.mhuang.pacebox.springboot.core.task.ISingleDymanicTask
启动任务(只执行一次、执行后记得将任务删除)
startJobOnly(String, Runnable, Long) - 接口 中的方法tech.mhuang.pacebox.springboot.core.task.ISingleDymanicTask
启动任务(只执行一次、执行后记得将任务删除)
startJobOnly(String, Runnable, Date) - 类 中的方法tech.mhuang.pacebox.springboot.core.task.SingleDymanicTask
 
startJobOnly(String, Runnable, String) - 类 中的方法tech.mhuang.pacebox.springboot.core.task.SingleDymanicTask
 
startJobOnly(String, Runnable, Long) - 类 中的方法tech.mhuang.pacebox.springboot.core.task.SingleDymanicTask
 
stopJob(String) - 接口 中的方法tech.mhuang.pacebox.springboot.core.task.ISingleDymanicTask
停止删除任务
stopJob(String) - 类 中的方法tech.mhuang.pacebox.springboot.core.task.SingleDymanicTask
 
STREAM_TYPE - 类 中的静态变量tech.mhuang.pacebox.springboot.core.okhttp.OkHttpDataType
二进制流数据(如常见的文件下载)

T

TASK_POOL_BEAN_NAME - 类 中的静态变量tech.mhuang.pacebox.springboot.core.task.SingleJobTaskConst
 
TASK_SINGLE_JOB_NAME - 类 中的静态变量tech.mhuang.pacebox.springboot.core.task.SingleJobTaskConst
 
tech.mhuang.pacebox.springboot.core.application - 程序包 tech.mhuang.pacebox.springboot.core.application
 
tech.mhuang.pacebox.springboot.core.constans - 程序包 tech.mhuang.pacebox.springboot.core.constans
 
tech.mhuang.pacebox.springboot.core.controller - 程序包 tech.mhuang.pacebox.springboot.core.controller
 
tech.mhuang.pacebox.springboot.core.entity - 程序包 tech.mhuang.pacebox.springboot.core.entity
 
tech.mhuang.pacebox.springboot.core.exception - 程序包 tech.mhuang.pacebox.springboot.core.exception
 
tech.mhuang.pacebox.springboot.core.jackson - 程序包 tech.mhuang.pacebox.springboot.core.jackson
 
tech.mhuang.pacebox.springboot.core.local - 程序包 tech.mhuang.pacebox.springboot.core.local
 
tech.mhuang.pacebox.springboot.core.mapper - 程序包 tech.mhuang.pacebox.springboot.core.mapper
 
tech.mhuang.pacebox.springboot.core.okhttp - 程序包 tech.mhuang.pacebox.springboot.core.okhttp
 
tech.mhuang.pacebox.springboot.core.protocol.page - 程序包 tech.mhuang.pacebox.springboot.core.protocol.page
 
tech.mhuang.pacebox.springboot.core.protocol.tree - 程序包 tech.mhuang.pacebox.springboot.core.protocol.tree
 
tech.mhuang.pacebox.springboot.core.rest - 程序包 tech.mhuang.pacebox.springboot.core.rest
 
tech.mhuang.pacebox.springboot.core.service - 程序包 tech.mhuang.pacebox.springboot.core.service
 
tech.mhuang.pacebox.springboot.core.service.impl - 程序包 tech.mhuang.pacebox.springboot.core.service.impl
 
tech.mhuang.pacebox.springboot.core.servlet - 程序包 tech.mhuang.pacebox.springboot.core.servlet
 
tech.mhuang.pacebox.springboot.core.spring.bean - 程序包 tech.mhuang.pacebox.springboot.core.spring.bean
 
tech.mhuang.pacebox.springboot.core.spring.pool - 程序包 tech.mhuang.pacebox.springboot.core.spring.pool
 
tech.mhuang.pacebox.springboot.core.spring.properties - 程序包 tech.mhuang.pacebox.springboot.core.spring.properties
 
tech.mhuang.pacebox.springboot.core.spring.reflect - 程序包 tech.mhuang.pacebox.springboot.core.spring.reflect
 
tech.mhuang.pacebox.springboot.core.spring.start - 程序包 tech.mhuang.pacebox.springboot.core.spring.start
 
tech.mhuang.pacebox.springboot.core.spring.util - 程序包 tech.mhuang.pacebox.springboot.core.spring.util
 
tech.mhuang.pacebox.springboot.core.task - 程序包 tech.mhuang.pacebox.springboot.core.task
 
tech.mhuang.pacebox.springboot.core.util - 程序包 tech.mhuang.pacebox.springboot.core.util
 
tech.mhuang.pacebox.springboot.core.validate - 程序包 tech.mhuang.pacebox.springboot.core.validate
 
TENANT_ID - 类 中的静态变量tech.mhuang.pacebox.springboot.core.constans.Global
 
TreeNodeUtil - tech.mhuang.pacebox.springboot.core.protocol.tree中的类
树节点工具类
TreeNodeUtil() - 类 的构造器tech.mhuang.pacebox.springboot.core.protocol.tree.TreeNodeUtil
 
TrustAnyTrustManager - tech.mhuang.pacebox.springboot.core.okhttp中的类
 
TrustAnyTrustManager() - 类 的构造器tech.mhuang.pacebox.springboot.core.okhttp.TrustAnyTrustManager
 
TYPE - 类 中的静态变量tech.mhuang.pacebox.springboot.core.constans.Global
 

U

update(T) - 接口 中的方法tech.mhuang.pacebox.springboot.core.mapper.BaseMapper
修改单个实例
update(T) - 接口 中的方法tech.mhuang.pacebox.springboot.core.service.BaseService
修改单个实例
update(T) - 类 中的方法tech.mhuang.pacebox.springboot.core.service.impl.BaseServiceImpl
 
updateAll(T) - 接口 中的方法tech.mhuang.pacebox.springboot.core.mapper.BaseMapper
修改单个实例所有字段
updateAll(T) - 接口 中的方法tech.mhuang.pacebox.springboot.core.service.BaseService
修改单个实例所有的字段
updateAll(T) - 类 中的方法tech.mhuang.pacebox.springboot.core.service.impl.BaseServiceImpl
 
updateCronLazy(String, String) - 接口 中的方法tech.mhuang.pacebox.springboot.core.task.ISingleDymanicTask
修改Cron任务,不会影响当前执行的任务。
updateCronLazy(String, String) - 类 中的方法tech.mhuang.pacebox.springboot.core.task.SingleDymanicTask
 
updateJob(String, String) - 接口 中的方法tech.mhuang.pacebox.springboot.core.task.ISingleDymanicTask
执行逻辑线删除在创建任务
updateJob(String, Long) - 接口 中的方法tech.mhuang.pacebox.springboot.core.task.ISingleDymanicTask
执行逻辑线删除在创建任务。
updateJob(String, Runnable) - 接口 中的方法tech.mhuang.pacebox.springboot.core.task.ISingleDymanicTask
执行逻辑线删除在创建任务。
updateJob(String, Runnable, String) - 接口 中的方法tech.mhuang.pacebox.springboot.core.task.ISingleDymanicTask
会先停止任务在创建任务,
updateJob(String, Runnable, Long) - 接口 中的方法tech.mhuang.pacebox.springboot.core.task.ISingleDymanicTask
会先停止任务在创建任务,
updateJob(String, String) - 类 中的方法tech.mhuang.pacebox.springboot.core.task.SingleDymanicTask
 
updateJob(String, Long) - 类 中的方法tech.mhuang.pacebox.springboot.core.task.SingleDymanicTask
 
updateJob(String, Runnable) - 类 中的方法tech.mhuang.pacebox.springboot.core.task.SingleDymanicTask
 
updateJob(String, Runnable, String) - 类 中的方法tech.mhuang.pacebox.springboot.core.task.SingleDymanicTask
修改任务
updateJob(String, Runnable, Long) - 类 中的方法tech.mhuang.pacebox.springboot.core.task.SingleDymanicTask
修改任务
updateSecordsLazy(String, Long) - 接口 中的方法tech.mhuang.pacebox.springboot.core.task.ISingleDymanicTask
修改时间间隔任务,不会影响当前执行的任务。
updateSecordsLazy(String, Long) - 类 中的方法tech.mhuang.pacebox.springboot.core.task.SingleDymanicTask
 
upgrade(Class<T>) - 类 中的方法tech.mhuang.pacebox.springboot.core.servlet.WebRequestHeader
 
upgrade(Class<T>) - 类 中的方法tech.mhuang.pacebox.springboot.core.servlet.WebRequestStreamHeader
 
USER_ID - 类 中的静态变量tech.mhuang.pacebox.springboot.core.constans.Global
 

V

validate15IdCard(String) - 类 中的静态方法tech.mhuang.pacebox.springboot.core.util.IdCardUtil
校验15位身份证 只校验省份和出生年月日
validate18Idcard(String) - 类 中的静态方法tech.mhuang.pacebox.springboot.core.util.IdCardUtil
判断18位身份证的合法性 根据〖中华人民共和国国家标准GB11643-1999〗中有关公民身份号码的规定,公民身份号码是特征组合码,由十七位数字本体码和一位数字校验码组成。
VERSION - 类 中的静态变量tech.mhuang.pacebox.springboot.core.constans.Global
 

W

WebRequestHeader - tech.mhuang.pacebox.springboot.core.servlet中的类
重写HttpServletRequest、达到可添加Header
WebRequestHeader(HttpServletRequest) - 类 的构造器tech.mhuang.pacebox.springboot.core.servlet.WebRequestHeader
 
WebRequestStreamHeader - tech.mhuang.pacebox.springboot.core.servlet中的类
重写HttpServletRequest、达到可添加Header、spring可重复读取数据封装
WebRequestStreamHeader(HttpServletRequest) - 类 的构造器tech.mhuang.pacebox.springboot.core.servlet.WebRequestStreamHeader
 
WebResponseHeader - tech.mhuang.pacebox.springboot.core.servlet中的类
输出结果检测
WebResponseHeader(HttpServletResponse) - 类 的构造器tech.mhuang.pacebox.springboot.core.servlet.WebResponseHeader
Constructs a response adaptor wrapping the given response.
WebResponseStreamHeader - tech.mhuang.pacebox.springboot.core.servlet中的类
输出结果检测
WebResponseStreamHeader(HttpServletResponse) - 类 的构造器tech.mhuang.pacebox.springboot.core.servlet.WebResponseStreamHeader
Constructs a response adaptor wrapping the given response.
WebServletInputStream - tech.mhuang.pacebox.springboot.core.servlet中的类
input扩展支持重复读
WebServletInputStream(byte[]) - 类 的构造器tech.mhuang.pacebox.springboot.core.servlet.WebServletInputStream
 
WebServletRequest - tech.mhuang.pacebox.springboot.core.servlet中的接口
扩展添加header接口
WORD_TYPE - 类 中的静态变量tech.mhuang.pacebox.springboot.core.okhttp.OkHttpDataType
Word文档格式

X

XHTML_TYPE - 类 中的静态变量tech.mhuang.pacebox.springboot.core.okhttp.OkHttpDataType
XHTML格式
XML_DATA_TYPE - 类 中的静态变量tech.mhuang.pacebox.springboot.core.okhttp.OkHttpDataType
XML数据格式
XML_TYPE - 类 中的静态变量tech.mhuang.pacebox.springboot.core.okhttp.OkHttpDataType
XML格式

Y

YnCase - tech.mhuang.pacebox.springboot.core.validate中的注释类型
有效情况检查(默认是1和0)
YnCaseValidator - tech.mhuang.pacebox.springboot.core.validate中的类
有效检查方法
YnCaseValidator() - 类 的构造器tech.mhuang.pacebox.springboot.core.validate.YnCaseValidator
 
A B C D E F G H I J L M O P Q R S T U V W X Y 
跳过导航链接

Copyright © 2021. All rights reserved.