Index

A B C D E F G H I J K L M N O P R S T Z 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form

A

add(double) - Method in class com.codingapi.springboot.framework.math.Arithmetic
 
add(float) - Method in class com.codingapi.springboot.framework.math.Arithmetic
 
add(int) - Method in class com.codingapi.springboot.framework.math.Arithmetic
 
add(long) - Method in class com.codingapi.springboot.framework.math.Arithmetic
 
add(Arithmetic) - Method in class com.codingapi.springboot.framework.math.Arithmetic
 
add(String) - Method in class com.codingapi.springboot.framework.math.Arithmetic
 
add(String, Object) - Method in class com.codingapi.springboot.framework.dto.response.MapResponse
 
add(String, Object) - Method in class com.codingapi.springboot.framework.rest.param.RestParamBuilder
 
add(String, Object, boolean) - Method in class com.codingapi.springboot.framework.rest.param.RestParamBuilder
 
addHeader(String, String) - Method in class com.codingapi.springboot.framework.rest.SessionClient
 
addTrigger(TriggerHandler) - Method in class com.codingapi.springboot.framework.trigger.TriggerContext
添加触发器
AES - Class in com.codingapi.springboot.framework.crypto
 
AES() - Constructor for class com.codingapi.springboot.framework.crypto.AES
 
AES(byte[], byte[]) - Constructor for class com.codingapi.springboot.framework.crypto.AES
 
AES(int) - Constructor for class com.codingapi.springboot.framework.crypto.AES
 
AES(String, byte[], byte[]) - Constructor for class com.codingapi.springboot.framework.crypto.AES
 
AES(String, int) - Constructor for class com.codingapi.springboot.framework.crypto.AES
 
AES(String, String) - Constructor for class com.codingapi.springboot.framework.crypto.AES
 
AES(String, Key, AlgorithmParameters) - Constructor for class com.codingapi.springboot.framework.crypto.AES
 
AESUtils - Class in com.codingapi.springboot.framework.crypto
 
afterPropertiesSet() - Method in class com.codingapi.springboot.framework.event.SpringEventInitializer
 
Arithmetic - Class in com.codingapi.springboot.framework.math
 
Arithmetic(double) - Constructor for class com.codingapi.springboot.framework.math.Arithmetic
 
Arithmetic(float) - Constructor for class com.codingapi.springboot.framework.math.Arithmetic
 
Arithmetic(int) - Constructor for class com.codingapi.springboot.framework.math.Arithmetic
 
Arithmetic(long) - Constructor for class com.codingapi.springboot.framework.math.Arithmetic
 
Arithmetic(String) - Constructor for class com.codingapi.springboot.framework.math.Arithmetic
 
AutoConfiguration - Class in com.codingapi.springboot.framework
 
AutoConfiguration() - Constructor for class com.codingapi.springboot.framework.AutoConfiguration
 

B

BeanConvertor - Class in com.codingapi.springboot.framework.convert
 
BeanConvertor() - Constructor for class com.codingapi.springboot.framework.convert.BeanConvertor
 
buildFailure(String, String) - Static method in class com.codingapi.springboot.framework.dto.response.Response
 
buildSuccess() - Static method in class com.codingapi.springboot.framework.dto.response.Response
 

C

CIPHER_ALGORITHM - Static variable in class com.codingapi.springboot.framework.crypto.AES
 
clear(Class<? extends Trigger>) - Method in class com.codingapi.springboot.framework.trigger.TriggerContext
清空触发
com.codingapi.springboot.framework - package com.codingapi.springboot.framework
 
com.codingapi.springboot.framework.command - package com.codingapi.springboot.framework.command
 
com.codingapi.springboot.framework.convert - package com.codingapi.springboot.framework.convert
 
com.codingapi.springboot.framework.crypto - package com.codingapi.springboot.framework.crypto
 
com.codingapi.springboot.framework.dto.request - package com.codingapi.springboot.framework.dto.request
 
com.codingapi.springboot.framework.dto.response - package com.codingapi.springboot.framework.dto.response
 
com.codingapi.springboot.framework.event - package com.codingapi.springboot.framework.event
 
com.codingapi.springboot.framework.exception - package com.codingapi.springboot.framework.exception
 
com.codingapi.springboot.framework.handler - package com.codingapi.springboot.framework.handler
 
com.codingapi.springboot.framework.math - package com.codingapi.springboot.framework.math
 
com.codingapi.springboot.framework.registrar - package com.codingapi.springboot.framework.registrar
 
com.codingapi.springboot.framework.rest - package com.codingapi.springboot.framework.rest
 
com.codingapi.springboot.framework.rest.param - package com.codingapi.springboot.framework.rest.param
 
com.codingapi.springboot.framework.rest.properties - package com.codingapi.springboot.framework.rest.properties
 
com.codingapi.springboot.framework.serializable - package com.codingapi.springboot.framework.serializable
 
com.codingapi.springboot.framework.servlet - package com.codingapi.springboot.framework.servlet
 
com.codingapi.springboot.framework.trigger - package com.codingapi.springboot.framework.trigger
 
com.codingapi.springboot.framework.utils - package com.codingapi.springboot.framework.utils
 
Content() - Constructor for class com.codingapi.springboot.framework.dto.response.MultiResponse.Content
 
convert(long) - Static method in class com.codingapi.springboot.framework.utils.FullDateFormatUtils
 
convert(Date) - Static method in class com.codingapi.springboot.framework.utils.FullDateFormatUtils
 
convert(S, Class<T>) - Static method in class com.codingapi.springboot.framework.convert.BeanConvertor
 
create() - Static method in class com.codingapi.springboot.framework.dto.response.MapResponse
 
create() - Static method in class com.codingapi.springboot.framework.rest.param.RestParamBuilder
 
createTrustAnyHttpClient() - Static method in class com.codingapi.springboot.framework.utils.TrustAnyHttpClientFactory
 

D

decode(byte[]) - Method in class com.codingapi.springboot.framework.crypto.AESUtils
 
decode(byte[]) - Method in class com.codingapi.springboot.framework.crypto.DESUtils
 
decode(byte[]) - Method in class com.codingapi.springboot.framework.crypto.RSAUtils
 
decode(String) - Method in class com.codingapi.springboot.framework.crypto.AESUtils
 
decode(String) - Method in class com.codingapi.springboot.framework.crypto.DESUtils
 
decode(String) - Method in class com.codingapi.springboot.framework.crypto.RSAUtils
 
decrypt(byte[]) - Method in class com.codingapi.springboot.framework.crypto.AES
 
decrypt(byte[]) - Method in class com.codingapi.springboot.framework.crypto.DES
 
decrypt(byte[]) - Method in class com.codingapi.springboot.framework.crypto.RSA
Decrypt text using private key
DES - Class in com.codingapi.springboot.framework.crypto
 
DES() - Constructor for class com.codingapi.springboot.framework.crypto.DES
 
DES(byte[]) - Constructor for class com.codingapi.springboot.framework.crypto.DES
 
DES(String) - Constructor for class com.codingapi.springboot.framework.crypto.DES
 
DES(Key) - Constructor for class com.codingapi.springboot.framework.crypto.DES
 
DESUtils - Class in com.codingapi.springboot.framework.crypto
 
div(double) - Method in class com.codingapi.springboot.framework.math.Arithmetic
 
div(float) - Method in class com.codingapi.springboot.framework.math.Arithmetic
 
div(int) - Method in class com.codingapi.springboot.framework.math.Arithmetic
 
div(long) - Method in class com.codingapi.springboot.framework.math.Arithmetic
 
div(Arithmetic) - Method in class com.codingapi.springboot.framework.math.Arithmetic
 
div(String) - Method in class com.codingapi.springboot.framework.math.Arithmetic
 
DomainEvent - Class in com.codingapi.springboot.framework.event
Event包装对象
DomainEvent(Object, boolean) - Constructor for class com.codingapi.springboot.framework.event.DomainEvent
 

E

empty() - Static method in class com.codingapi.springboot.framework.dto.response.MapResponse
 
empty() - Static method in class com.codingapi.springboot.framework.dto.response.MultiResponse
 
empty() - Static method in class com.codingapi.springboot.framework.dto.response.SingleResponse
 
encode(byte[]) - Method in class com.codingapi.springboot.framework.crypto.AESUtils
 
encode(byte[]) - Method in class com.codingapi.springboot.framework.crypto.DESUtils
 
encode(byte[]) - Method in class com.codingapi.springboot.framework.crypto.RSAUtils
 
encode(String) - Method in class com.codingapi.springboot.framework.crypto.AESUtils
 
encode(String) - Method in class com.codingapi.springboot.framework.crypto.DESUtils
 
encode(String) - Method in class com.codingapi.springboot.framework.crypto.RSAUtils
 
encrypt(byte[]) - Method in class com.codingapi.springboot.framework.crypto.AES
 
encrypt(byte[]) - Method in class com.codingapi.springboot.framework.crypto.DES
 
encrypt(byte[]) - Method in class com.codingapi.springboot.framework.crypto.RSA
Encrypt a text using public key.
error(Exception) - Method in interface com.codingapi.springboot.framework.handler.IHandler
异常回掉,在多订阅的情况下,为了实现订阅的独立性,将异常的处理放在回掉函数中。
EventPusher - Class in com.codingapi.springboot.framework.event
Even推送助手
EventPusher() - Constructor for class com.codingapi.springboot.framework.event.EventPusher
 
ExceptionConfiguration - Class in com.codingapi.springboot.framework.exception
 
ExceptionConfiguration() - Constructor for class com.codingapi.springboot.framework.exception.ExceptionConfiguration
 
exceptionLocaleMessage(MessageSource) - Method in class com.codingapi.springboot.framework.exception.ExceptionConfiguration
 
execute() - Method in interface com.codingapi.springboot.framework.command.IExecutor.Void
 
execute() - Method in interface com.codingapi.springboot.framework.rest.Request
 
execute(C) - Method in interface com.codingapi.springboot.framework.command.IExecutor.Command
 

F

findBeanDefinitions() - Method in class com.codingapi.springboot.framework.registrar.RegisterBeanScanner
 
findTypes() - Method in class com.codingapi.springboot.framework.registrar.RegisterBeanScanner
 
first() - Method in class com.codingapi.springboot.framework.dto.request.PageRequest
 
FullDateFormatUtils - Class in com.codingapi.springboot.framework.utils
 
FullDateFormatUtils() - Constructor for class com.codingapi.springboot.framework.utils.FullDateFormatUtils
 

G

generateKey() - Method in class com.codingapi.springboot.framework.crypto.RSA
Generate key which contains a pair of privae and public key using 2048 bytes
get(String) - Method in class com.codingapi.springboot.framework.rest.RestClient
 
get(String, RestParamBuilder) - Method in class com.codingapi.springboot.framework.rest.RestClient
 
get(String, HttpHeaders) - Method in class com.codingapi.springboot.framework.rest.RestClient
 
get(String, HttpHeaders, RestParamBuilder) - Method in class com.codingapi.springboot.framework.rest.RestClient
 
get(String, HttpHeaders, MultiValueMap<String, String>) - Method in class com.codingapi.springboot.framework.rest.HttpClient
 
get(String, HttpHeaders, MultiValueMap<String, String>) - Method in class com.codingapi.springboot.framework.rest.HttpRequest
 
get(String, HttpHeaders, MultiValueMap<String, String>) - Method in class com.codingapi.springboot.framework.rest.RestClient
 
getBigIntegerValue() - Method in class com.codingapi.springboot.framework.math.Arithmetic
 
getCurrent() - Method in class com.codingapi.springboot.framework.dto.request.PageRequest
 
getDoubleValue() - Method in class com.codingapi.springboot.framework.math.Arithmetic
 
getFloatValue() - Method in class com.codingapi.springboot.framework.math.Arithmetic
 
getGetRequest(String, HttpHeaders, MultiValueMap<String, String>) - Method in class com.codingapi.springboot.framework.rest.HttpRequest
 
getGetRequest(String, HttpHeaders, MultiValueMap<String, String>) - Method in class com.codingapi.springboot.framework.rest.RestClient
 
getHtml(String) - Method in class com.codingapi.springboot.framework.rest.SessionClient
 
getHtml(String, RestParamBuilder) - Method in class com.codingapi.springboot.framework.rest.SessionClient
 
getInstance() - Static method in class com.codingapi.springboot.framework.crypto.AESUtils
 
getInstance() - Static method in class com.codingapi.springboot.framework.crypto.DESUtils
 
getInstance() - Static method in class com.codingapi.springboot.framework.crypto.RSAUtils
 
getInstance() - Static method in class com.codingapi.springboot.framework.rest.RestTemplateContext
 
getInstance() - Static method in class com.codingapi.springboot.framework.trigger.TriggerContext
 
getIntValue() - Method in class com.codingapi.springboot.framework.math.Arithmetic
 
getIv() - Method in class com.codingapi.springboot.framework.crypto.AES
 
getJson(String) - Method in class com.codingapi.springboot.framework.rest.SessionClient
 
getJson(String, RestParamBuilder) - Method in class com.codingapi.springboot.framework.rest.SessionClient
 
getKey() - Method in class com.codingapi.springboot.framework.crypto.AES
 
getKey() - Method in class com.codingapi.springboot.framework.crypto.DES
 
getLongValue() - Method in class com.codingapi.springboot.framework.math.Arithmetic
 
getOffset() - Method in class com.codingapi.springboot.framework.dto.request.PageRequest
 
getPageNumber() - Method in class com.codingapi.springboot.framework.dto.request.PageRequest
 
getPageSize() - Method in class com.codingapi.springboot.framework.dto.request.PageRequest
 
getParameters() - Method in interface com.codingapi.springboot.framework.rest.param.RestParam
 
getPostRequest(String, HttpHeaders, JSON) - Method in class com.codingapi.springboot.framework.rest.HttpRequest
 
getPostRequest(String, HttpHeaders, JSON) - Method in class com.codingapi.springboot.framework.rest.RestClient
 
getPostRequest(String, HttpHeaders, MultiValueMap<String, String>) - Method in class com.codingapi.springboot.framework.rest.HttpRequest
 
getPrivateKey() - Method in class com.codingapi.springboot.framework.crypto.RSA
 
getPublicKey() - Method in class com.codingapi.springboot.framework.crypto.RSA
 
getSort() - Method in class com.codingapi.springboot.framework.dto.request.PageRequest
 
getSortOr(Sort) - Method in class com.codingapi.springboot.framework.dto.request.PageRequest
 
getStringValue() - Method in class com.codingapi.springboot.framework.math.Arithmetic
 
getValue() - Method in class com.codingapi.springboot.framework.math.Arithmetic
 

H

halfUpScale(int) - Method in class com.codingapi.springboot.framework.math.Arithmetic
 
halfUpScale2() - Method in class com.codingapi.springboot.framework.math.Arithmetic
 
handler(HttpRequest, String, HttpMethod, HttpHeaders, HttpEntity<?>) - Method in interface com.codingapi.springboot.framework.rest.HttpRequest.IHttpRequestHandler
 
handler(HttpRequest, String, ResponseEntity<String>) - Method in interface com.codingapi.springboot.framework.rest.HttpRequest.IHttpResponseHandler
 
handler(T) - Method in interface com.codingapi.springboot.framework.handler.IHandler
订阅触发
Handler - Annotation Interface in com.codingapi.springboot.framework.handler
handler bean 注解
HandlerBeanDefinitionRegistrar - Class in com.codingapi.springboot.framework.handler
handler bean注册器
HandlerBeanDefinitionRegistrar() - Constructor for class com.codingapi.springboot.framework.handler.HandlerBeanDefinitionRegistrar
 
hasPrevious() - Method in class com.codingapi.springboot.framework.dto.request.PageRequest
 
HmacSHA256 - Class in com.codingapi.springboot.framework.crypto
 
HmacSHA256() - Constructor for class com.codingapi.springboot.framework.crypto.HmacSHA256
 
HttpClient - Class in com.codingapi.springboot.framework.rest
 
HttpClient() - Constructor for class com.codingapi.springboot.framework.rest.HttpClient
 
HttpClient(HttpRequest.IHttpRequestHandler, HttpRequest.IHttpResponseHandler) - Constructor for class com.codingapi.springboot.framework.rest.HttpClient
 
HttpClient(HttpProxyProperties) - Constructor for class com.codingapi.springboot.framework.rest.HttpClient
 
HttpClient(HttpProxyProperties, HttpRequest.IHttpRequestHandler, HttpRequest.IHttpResponseHandler) - Constructor for class com.codingapi.springboot.framework.rest.HttpClient
 
HttpProxyProperties - Class in com.codingapi.springboot.framework.rest.properties
 
HttpProxyProperties() - Constructor for class com.codingapi.springboot.framework.rest.properties.HttpProxyProperties
 
HttpRequest - Class in com.codingapi.springboot.framework.rest
 
HttpRequest() - Constructor for class com.codingapi.springboot.framework.rest.HttpRequest
 
HttpRequest(HttpRequest.IHttpRequestHandler, HttpRequest.IHttpResponseHandler) - Constructor for class com.codingapi.springboot.framework.rest.HttpRequest
 
HttpRequest(HttpProxyProperties) - Constructor for class com.codingapi.springboot.framework.rest.HttpRequest
 
HttpRequest(HttpProxyProperties, HttpRequest.IHttpRequestHandler, HttpRequest.IHttpResponseHandler) - Constructor for class com.codingapi.springboot.framework.rest.HttpRequest
 
HttpRequest.IHttpRequestHandler - Interface in com.codingapi.springboot.framework.rest
 
HttpRequest.IHttpResponseHandler - Interface in com.codingapi.springboot.framework.rest
 

I

IAsyncEvent - Interface in com.codingapi.springboot.framework.event
异步事件
IEvent - Interface in com.codingapi.springboot.framework.event
默认同步事件
IExecutor - Interface in com.codingapi.springboot.framework.command
 
IExecutor.Command<R extends Response,C> - Interface in com.codingapi.springboot.framework.command
 
IExecutor.Void<R extends Response> - Interface in com.codingapi.springboot.framework.command
 
IHandler<T extends IEvent> - Interface in com.codingapi.springboot.framework.handler
handler 订阅
isEmpty(Class<? extends Trigger>) - Method in class com.codingapi.springboot.framework.trigger.TriggerContext
判断是否清空的对象
isPaged() - Method in class com.codingapi.springboot.framework.dto.request.PageRequest
 
isUnpaged() - Method in class com.codingapi.springboot.framework.dto.request.PageRequest
 
ISyncEvent - Interface in com.codingapi.springboot.framework.event
同步事件
iv - Static variable in class com.codingapi.springboot.framework.crypto.AESUtils
base64 iv

J

JsonSerializable - Interface in com.codingapi.springboot.framework.serializable
 

K

key - Static variable in class com.codingapi.springboot.framework.crypto.AESUtils
base64 key
key - Static variable in class com.codingapi.springboot.framework.crypto.DESUtils
base64 key
KEY_ALGORITHM - Static variable in class com.codingapi.springboot.framework.crypto.AES
 
KEY_ALGORITHM - Static variable in class com.codingapi.springboot.framework.crypto.DES
 
KEY_ALGORITHM - Static variable in class com.codingapi.springboot.framework.crypto.RSA
 

L

LocaleMessageException - Exception in com.codingapi.springboot.framework.exception
 
LocaleMessageException(String) - Constructor for exception com.codingapi.springboot.framework.exception.LocaleMessageException
 
LocaleMessageException(String, String) - Constructor for exception com.codingapi.springboot.framework.exception.LocaleMessageException
 
LocaleMessageException(String, String, Throwable) - Constructor for exception com.codingapi.springboot.framework.exception.LocaleMessageException
 
LocaleMessageException(String, Throwable) - Constructor for exception com.codingapi.springboot.framework.exception.LocaleMessageException
 

M

MapResponse - Class in com.codingapi.springboot.framework.dto.response
 
MapResponse() - Constructor for class com.codingapi.springboot.framework.dto.response.MapResponse
 
MapSerializable - Interface in com.codingapi.springboot.framework.serializable
 
mul(double) - Method in class com.codingapi.springboot.framework.math.Arithmetic
 
mul(float) - Method in class com.codingapi.springboot.framework.math.Arithmetic
 
mul(int) - Method in class com.codingapi.springboot.framework.math.Arithmetic
 
mul(long) - Method in class com.codingapi.springboot.framework.math.Arithmetic
 
mul(Arithmetic) - Method in class com.codingapi.springboot.framework.math.Arithmetic
 
mul(String) - Method in class com.codingapi.springboot.framework.math.Arithmetic
 
MultiResponse<T> - Class in com.codingapi.springboot.framework.dto.response
 
MultiResponse() - Constructor for class com.codingapi.springboot.framework.dto.response.MultiResponse
 
MultiResponse.Content<T> - Class in com.codingapi.springboot.framework.dto.response
 

N

next() - Method in class com.codingapi.springboot.framework.dto.request.PageRequest
 

O

of(Collection<T>) - Static method in class com.codingapi.springboot.framework.dto.response.MultiResponse
 
of(Collection<T>, long) - Static method in class com.codingapi.springboot.framework.dto.response.MultiResponse
 
of(Page<T>) - Static method in class com.codingapi.springboot.framework.dto.response.MultiResponse
 
of(T) - Static method in class com.codingapi.springboot.framework.dto.response.SingleResponse
 
onApplicationEvent(DomainEvent) - Method in class com.codingapi.springboot.framework.handler.SpringEventHandler
 
one() - Static method in class com.codingapi.springboot.framework.math.Arithmetic
 

P

PageRequest - Class in com.codingapi.springboot.framework.dto.request
 
PageRequest() - Constructor for class com.codingapi.springboot.framework.dto.request.PageRequest
 
PageRequest(int, int, Sort) - Constructor for class com.codingapi.springboot.framework.dto.request.PageRequest
 
parse(double) - Static method in class com.codingapi.springboot.framework.math.Arithmetic
 
parse(float) - Static method in class com.codingapi.springboot.framework.math.Arithmetic
 
parse(int) - Static method in class com.codingapi.springboot.framework.math.Arithmetic
 
parse(long) - Static method in class com.codingapi.springboot.framework.math.Arithmetic
 
parse(String) - Static method in class com.codingapi.springboot.framework.math.Arithmetic
 
parser(Object) - Static method in class com.codingapi.springboot.framework.rest.param.RestParamBuilder
 
post(String, JSON) - Method in class com.codingapi.springboot.framework.rest.RestClient
 
post(String, RestParamBuilder) - Method in class com.codingapi.springboot.framework.rest.RestClient
 
post(String, HttpHeaders, JSON) - Method in class com.codingapi.springboot.framework.rest.HttpClient
 
post(String, HttpHeaders, JSON) - Method in class com.codingapi.springboot.framework.rest.RestClient
 
post(String, HttpHeaders, RestParamBuilder) - Method in class com.codingapi.springboot.framework.rest.RestClient
 
post(String, HttpHeaders, MultiValueMap<String, String>) - Method in class com.codingapi.springboot.framework.rest.HttpClient
 
postForm(String, RestParamBuilder) - Method in class com.codingapi.springboot.framework.rest.SessionClient
 
postJson(String, JSON) - Method in class com.codingapi.springboot.framework.rest.SessionClient
 
postJson(String, RestParamBuilder) - Method in class com.codingapi.springboot.framework.rest.SessionClient
 
preTrigger(T) - Method in interface com.codingapi.springboot.framework.trigger.TriggerHandler
是否进入触发器
previous() - Method in class com.codingapi.springboot.framework.dto.request.PageRequest
 
previousOrFirst() - Method in class com.codingapi.springboot.framework.dto.request.PageRequest
 
privateKey - Static variable in class com.codingapi.springboot.framework.crypto.RSAUtils
base64 privateKey
publicKey - Static variable in class com.codingapi.springboot.framework.crypto.RSAUtils
base64 publicKey
push(IEvent) - Static method in class com.codingapi.springboot.framework.event.EventPusher
 

R

registerBeanDefinitions(AnnotationMetadata, BeanDefinitionRegistry) - Method in class com.codingapi.springboot.framework.handler.HandlerBeanDefinitionRegistrar
 
RegisterBeanScanner - Class in com.codingapi.springboot.framework.registrar
 
RegisterBeanScanner(AnnotationMetadata, Class<? extends Annotation>) - Constructor for class com.codingapi.springboot.framework.registrar.RegisterBeanScanner
 
remove(T, boolean) - Method in interface com.codingapi.springboot.framework.trigger.TriggerHandler
执行完成以后是否删除触发器
Request - Interface in com.codingapi.springboot.framework.rest
 
resolveException(HttpServletRequest, HttpServletResponse, Object, Exception) - Method in class com.codingapi.springboot.framework.servlet.ServletExceptionHandler
 
Response - Class in com.codingapi.springboot.framework.dto.response
 
Response() - Constructor for class com.codingapi.springboot.framework.dto.response.Response
 
RestClient - Class in com.codingapi.springboot.framework.rest
 
RestClient(HttpProxyProperties, String, int, String, HttpRequest.IHttpRequestHandler, HttpRequest.IHttpResponseHandler) - Constructor for class com.codingapi.springboot.framework.rest.RestClient
 
RestClient(String) - Constructor for class com.codingapi.springboot.framework.rest.RestClient
 
RestParam - Interface in com.codingapi.springboot.framework.rest.param
 
RestParamBuilder - Class in com.codingapi.springboot.framework.rest.param
 
restTemplate(ClientHttpRequestFactory) - Method in class com.codingapi.springboot.framework.rest.RestTemplateContext
 
RestTemplateContext - Class in com.codingapi.springboot.framework.rest
 
RSA - Class in com.codingapi.springboot.framework.crypto
 
RSA() - Constructor for class com.codingapi.springboot.framework.crypto.RSA
 
RSA(byte[]) - Constructor for class com.codingapi.springboot.framework.crypto.RSA
 
RSA(byte[], byte[]) - Constructor for class com.codingapi.springboot.framework.crypto.RSA
 
RSA(KeyPair) - Constructor for class com.codingapi.springboot.framework.crypto.RSA
 
RSA(PrivateKey, PublicKey) - Constructor for class com.codingapi.springboot.framework.crypto.RSA
 
RSAUtils - Class in com.codingapi.springboot.framework.crypto
 

S

servletExceptionHandler() - Method in class com.codingapi.springboot.framework.AutoConfiguration
 
ServletExceptionHandler - Class in com.codingapi.springboot.framework.servlet
 
ServletExceptionHandler() - Constructor for class com.codingapi.springboot.framework.servlet.ServletExceptionHandler
 
SessionClient - Class in com.codingapi.springboot.framework.rest
 
SessionClient() - Constructor for class com.codingapi.springboot.framework.rest.SessionClient
 
SessionClient(HttpProxyProperties) - Constructor for class com.codingapi.springboot.framework.rest.SessionClient
 
setCurrent(int) - Method in class com.codingapi.springboot.framework.dto.request.PageRequest
 
setPageSize(int) - Method in class com.codingapi.springboot.framework.dto.request.PageRequest
 
sha256(byte[], byte[]) - Static method in class com.codingapi.springboot.framework.crypto.HmacSHA256
 
SingleResponse<T> - Class in com.codingapi.springboot.framework.dto.response
 
SingleResponse() - Constructor for class com.codingapi.springboot.framework.dto.response.SingleResponse
 
SpringEventConfiguration - Class in com.codingapi.springboot.framework.event
 
SpringEventConfiguration() - Constructor for class com.codingapi.springboot.framework.event.SpringEventConfiguration
 
springEventHandler(List<IHandler>) - Method in class com.codingapi.springboot.framework.handler.SpringHandlerConfiguration
 
SpringEventHandler - Class in com.codingapi.springboot.framework.handler
handler订阅的Spring触发器,在异步的情况下可配置多线程。
SpringEventHandler(List<IHandler>) - Constructor for class com.codingapi.springboot.framework.handler.SpringEventHandler
 
springEventInitializer(ApplicationContext) - Method in class com.codingapi.springboot.framework.event.SpringEventConfiguration
 
SpringEventInitializer - Class in com.codingapi.springboot.framework.event
 
SpringEventInitializer() - Constructor for class com.codingapi.springboot.framework.event.SpringEventInitializer
 
SpringHandlerConfiguration - Class in com.codingapi.springboot.framework.handler
 
SpringHandlerConfiguration() - Constructor for class com.codingapi.springboot.framework.handler.SpringHandlerConfiguration
 
sub(double) - Method in class com.codingapi.springboot.framework.math.Arithmetic
 
sub(float) - Method in class com.codingapi.springboot.framework.math.Arithmetic
 
sub(int) - Method in class com.codingapi.springboot.framework.math.Arithmetic
 
sub(long) - Method in class com.codingapi.springboot.framework.math.Arithmetic
 
sub(Arithmetic) - Method in class com.codingapi.springboot.framework.math.Arithmetic
 
sub(String) - Method in class com.codingapi.springboot.framework.math.Arithmetic
 

T

THREAD_KEY - Static variable in class com.codingapi.springboot.framework.handler.SpringEventHandler
异步多线程的KEY 可通过 System.setProperty(THREAD_KEY,"20") 调整线程数
toFormRequest() - Method in class com.codingapi.springboot.framework.rest.param.RestParamBuilder
 
toJson() - Method in interface com.codingapi.springboot.framework.serializable.JsonSerializable
 
toJsonRequest() - Method in class com.codingapi.springboot.framework.rest.param.RestParamBuilder
 
toMap() - Method in interface com.codingapi.springboot.framework.serializable.MapSerializable
 
toOptional() - Method in class com.codingapi.springboot.framework.dto.request.PageRequest
 
trigger(Trigger) - Method in class com.codingapi.springboot.framework.trigger.TriggerContext
执行触发
trigger(T) - Method in interface com.codingapi.springboot.framework.trigger.TriggerHandler
触发执行逻辑
Trigger - Interface in com.codingapi.springboot.framework.trigger
触发的DTO对象
TriggerContext - Class in com.codingapi.springboot.framework.trigger
Trigger与Event模式都提供了订阅的功能。 Trigger与Event差异是,Event是消息驱动性,而Trigger是订阅驱动性。 两者的差异在于,Event是确定了消息而不确定订阅方,而Trigger则是确定了订阅再等待消息触发。 Trigger模式可以控制触发的规则,例如是否进入触发器,触发器是否在触发以后删除。
TriggerHandler<T extends Trigger> - Interface in com.codingapi.springboot.framework.trigger
触发逻辑
TrustAnyHttpClientFactory - Class in com.codingapi.springboot.framework.utils
 

Z

zero() - Static method in class com.codingapi.springboot.framework.math.Arithmetic
 
A B C D E F G H I J K L M N O P R S T Z 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form