A B C D E G H I L M O P R S T
A
- AutoConfiguration - com.codingapi.springboot.framework中的类
-
- AutoConfiguration() - 类 的构造器com.codingapi.springboot.framework.AutoConfiguration
-
B
- BaseException - com.codingapi.springboot.framework.exception中的异常错误
-
- BaseException() - 异常错误 的构造器com.codingapi.springboot.framework.exception.BaseException
-
- BaseException(String) - 异常错误 的构造器com.codingapi.springboot.framework.exception.BaseException
-
- BaseException(String, Throwable) - 异常错误 的构造器com.codingapi.springboot.framework.exception.BaseException
-
- BaseException(Throwable) - 异常错误 的构造器com.codingapi.springboot.framework.exception.BaseException
-
- BaseException(String, Throwable, boolean, boolean) - 异常错误 的构造器com.codingapi.springboot.framework.exception.BaseException
-
- buildFailure(String, String) - 类 中的静态方法com.codingapi.springboot.framework.dto.response.Response
-
- buildSuccess() - 类 中的静态方法com.codingapi.springboot.framework.dto.response.Response
-
C
- com.codingapi.springboot.framework - 程序包 com.codingapi.springboot.framework
-
- com.codingapi.springboot.framework.command - 程序包 com.codingapi.springboot.framework.command
-
- com.codingapi.springboot.framework.dto.response - 程序包 com.codingapi.springboot.framework.dto.response
-
- com.codingapi.springboot.framework.event - 程序包 com.codingapi.springboot.framework.event
-
- com.codingapi.springboot.framework.exception - 程序包 com.codingapi.springboot.framework.exception
-
- com.codingapi.springboot.framework.handler - 程序包 com.codingapi.springboot.framework.handler
-
- com.codingapi.springboot.framework.persistence - 程序包 com.codingapi.springboot.framework.persistence
-
D
- DomainEvent - com.codingapi.springboot.framework.event中的类
-
- DomainEvent(Object, boolean) - 类 的构造器com.codingapi.springboot.framework.event.DomainEvent
-
- DomainEventContext - com.codingapi.springboot.framework.event中的类
-
E
- error(Exception) - 接口 中的方法com.codingapi.springboot.framework.handler.IHandler
-
- EventPusher - com.codingapi.springboot.framework.event中的类
-
- EventPusher() - 类 的构造器com.codingapi.springboot.framework.event.EventPusher
-
- ExceptionConfiguration - com.codingapi.springboot.framework.exception中的类
-
- ExceptionConfiguration() - 类 的构造器com.codingapi.springboot.framework.exception.ExceptionConfiguration
-
- exceptionLocaleMessage(MessageSource) - 类 中的方法com.codingapi.springboot.framework.exception.ExceptionConfiguration
-
- execute(C) - 接口 中的方法com.codingapi.springboot.framework.command.IExecutor.Command
-
- execute() - 接口 中的方法com.codingapi.springboot.framework.command.IExecutor.Void
-
G
- getErrorMsg(String) - 类 中的方法com.codingapi.springboot.framework.exception.MessageContext
-
- getInstance() - 类 中的静态方法com.codingapi.springboot.framework.event.DomainEventContext
-
- getInstance() - 类 中的静态方法com.codingapi.springboot.framework.exception.MessageContext
-
H
- Handler - com.codingapi.springboot.framework.handler中的注释类型
-
- handler(T) - 接口 中的方法com.codingapi.springboot.framework.handler.IHandler
-
- handler(PersistenceEvent) - 类 中的方法com.codingapi.springboot.framework.persistence.PersistenceHandler
-
- HandlerBeanDefinitionRegistrar - com.codingapi.springboot.framework.handler中的类
-
- HandlerBeanDefinitionRegistrar() - 类 的构造器com.codingapi.springboot.framework.handler.HandlerBeanDefinitionRegistrar
-
I
- IAsyncEvent - com.codingapi.springboot.framework.event中的接口
-
异步事件
- IEvent - com.codingapi.springboot.framework.event中的接口
-
默认同步事件
- IExecutor - com.codingapi.springboot.framework.command中的接口
-
- IExecutor.Command<R extends Response,C> - com.codingapi.springboot.framework.command中的接口
-
- IExecutor.Void<R extends Response> - com.codingapi.springboot.framework.command中的接口
-
- IHandler<T extends IEvent> - com.codingapi.springboot.framework.handler中的接口
-
- init() - 类 中的方法com.codingapi.springboot.framework.event.SpringEventConfiguration
-
- initContext(ApplicationContext) - 类 中的方法com.codingapi.springboot.framework.event.DomainEventContext
-
- IPersistence - com.codingapi.springboot.framework.persistence中的接口
-
可持久化的对象
- IPersistenceRepository<T> - com.codingapi.springboot.framework.persistence中的接口
-
持久化 存储对象
- ISyncEvent - com.codingapi.springboot.framework.event中的接口
-
同步事件
L
- LocaleMessageException - com.codingapi.springboot.framework.exception中的异常错误
-
- LocaleMessageException(String, String, Throwable) - 异常错误 的构造器com.codingapi.springboot.framework.exception.LocaleMessageException
-
- LocaleMessageException(String, Throwable) - 异常错误 的构造器com.codingapi.springboot.framework.exception.LocaleMessageException
-
- LocaleMessageException(String, String) - 异常错误 的构造器com.codingapi.springboot.framework.exception.LocaleMessageException
-
- LocaleMessageException(String) - 异常错误 的构造器com.codingapi.springboot.framework.exception.LocaleMessageException
-
M
- MessageContext - com.codingapi.springboot.framework.exception中的类
-
- MultiResponse<T> - com.codingapi.springboot.framework.dto.response中的类
-
- MultiResponse() - 类 的构造器com.codingapi.springboot.framework.dto.response.MultiResponse
-
O
- of(Collection<T>, long) - 类 中的静态方法com.codingapi.springboot.framework.dto.response.MultiResponse
-
- of(Collection<T>) - 类 中的静态方法com.codingapi.springboot.framework.dto.response.MultiResponse
-
- of(T) - 类 中的静态方法com.codingapi.springboot.framework.dto.response.SingleResponse
-
- onApplicationEvent(DomainEvent) - 类 中的方法com.codingapi.springboot.framework.handler.SpringEventHandler
-
P
- persistence() - 接口 中的方法com.codingapi.springboot.framework.persistence.IPersistence
-
持久化对象
- persistenceHandler(T) - 接口 中的方法com.codingapi.springboot.framework.persistence.IPersistenceRepository
-
持久化回调函数
- PersistenceHandler - com.codingapi.springboot.framework.persistence中的类
-
- PersistenceHandler(List<IPersistenceRepository>) - 类 的构造器com.codingapi.springboot.framework.persistence.PersistenceHandler
-
- persistenceHandler(List<IPersistenceRepository>) - 类 中的方法com.codingapi.springboot.framework.persistence.SpringPersistenceConfiguration
-
- push(IEvent) - 类 中的方法com.codingapi.springboot.framework.event.DomainEventContext
-
已过时。
- push(IEvent) - 类 中的静态方法com.codingapi.springboot.framework.event.EventPusher
-
R
- registerBeanDefinitions(AnnotationMetadata, BeanDefinitionRegistry) - 类 中的方法com.codingapi.springboot.framework.handler.HandlerBeanDefinitionRegistrar
-
- Response - com.codingapi.springboot.framework.dto.response中的类
-
- Response() - 类 的构造器com.codingapi.springboot.framework.dto.response.Response
-
S
- SingleResponse<T> - com.codingapi.springboot.framework.dto.response中的类
-
- SingleResponse() - 类 的构造器com.codingapi.springboot.framework.dto.response.SingleResponse
-
- SpringEventConfiguration - com.codingapi.springboot.framework.event中的类
-
- SpringEventConfiguration() - 类 的构造器com.codingapi.springboot.framework.event.SpringEventConfiguration
-
- SpringEventHandler - com.codingapi.springboot.framework.handler中的类
-
- SpringEventHandler(List<IHandler>) - 类 的构造器com.codingapi.springboot.framework.handler.SpringEventHandler
-
- springEventHandler(List<IHandler>) - 类 中的方法com.codingapi.springboot.framework.handler.SpringHandlerConfiguration
-
- SpringHandlerConfiguration - com.codingapi.springboot.framework.handler中的类
-
- SpringHandlerConfiguration() - 类 的构造器com.codingapi.springboot.framework.handler.SpringHandlerConfiguration
-
- SpringPersistenceConfiguration - com.codingapi.springboot.framework.persistence中的类
-
- SpringPersistenceConfiguration() - 类 的构造器com.codingapi.springboot.framework.persistence.SpringPersistenceConfiguration
-
T
- THREAD_KEY - 类 中的静态变量com.codingapi.springboot.framework.handler.SpringEventHandler
-
A B C D E G H I L M O P R S T
Copyright © 2022. All rights reserved.