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

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
 
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中的类
跨域问题解决、解决2.0版之前的问题
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
 
BusinessException - tech.mhuang.pacebox.springboot.core.exception中的异常错误
业务通用异常
BusinessException(int, String) - 异常错误 的构造器tech.mhuang.pacebox.springboot.core.exception.BusinessException
 
BusinessException(int, String, Throwable) - 异常错误 的构造器tech.mhuang.pacebox.springboot.core.exception.BusinessException
 

C

changeSessionId() - 类 中的方法tech.mhuang.pacebox.springboot.core.servlet.WebRequestHeader
 
changeSessionId() - 类 中的方法tech.mhuang.pacebox.springboot.core.servlet.WebRequestStreamHeader
 
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
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和值在組成對應的實體
corsFilter() - 类 中的方法tech.mhuang.pacebox.springboot.core.application.BaseApplication
跨域过滤器
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

EXPIRE_ONE_DAY - 类 中的静态变量tech.mhuang.pacebox.springboot.core.constans.Global
1天过期
EXPIRE_ONE_WEEKS - 类 中的静态变量tech.mhuang.pacebox.springboot.core.constans.Global
1周过期
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小时过期

F

forCamelCase(String) - 类 中的静态方法tech.mhuang.pacebox.springboot.core.spring.properties.RelaxedNames
Return a RelaxedNames for the given source camelCase source name.

G

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
获取单个
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
 
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
 
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
 
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
 
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,适合不知道值的情况
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
 

I

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.
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.WebRequestHeader
已过时。
isRequestedSessionIdFromURL() - 类 中的方法tech.mhuang.pacebox.springboot.core.servlet.WebRequestStreamHeader
 
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
 
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
 

L

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
 

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
 
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
 
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
删除单个实例
remove(T) - 接口 中的方法tech.mhuang.pacebox.springboot.core.service.BaseService
删除单个实例
remove(Id) - 接口 中的方法tech.mhuang.pacebox.springboot.core.service.BaseService
删除单个实例
remove(T) - 类 中的方法tech.mhuang.pacebox.springboot.core.service.impl.BaseServiceImpl
删除单个实例
remove(Id) - 类 中的方法tech.mhuang.pacebox.springboot.core.service.impl.BaseServiceImpl
删除单个实例
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
 

S

save(T) - 接口 中的方法tech.mhuang.pacebox.springboot.core.mapper.BaseMapper
增单个实例
save(T) - 接口 中的方法tech.mhuang.pacebox.springboot.core.service.BaseService
新增单个实例
save(T) - 类 中的方法tech.mhuang.pacebox.springboot.core.service.impl.BaseServiceImpl
 
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
 
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
 

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.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
 
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

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中的类
 
WebServletInputStream(byte[]) - 类 的构造器tech.mhuang.pacebox.springboot.core.servlet.WebServletInputStream
 
WebServletRequest - tech.mhuang.pacebox.springboot.core.servlet中的接口
扩展添加header接口
A B C D E F G I J L M P Q R S T U V W 
跳过导航链接

Copyright © 2020 Pivotal Software, Inc.. All rights reserved.