| 限定符和类型 | 类和说明 |
|---|---|
class |
CacheableContainerProcessor
Processor for wrap the container as a cacheable container
according to container-cache configuration before registering it.
|
| 限定符和类型 | 接口和说明 |
|---|---|
interface |
Condition
A condition to check whether apply the operation or not to the target.
|
| 限定符和类型 | 类和说明 |
|---|---|
protected static class |
AbstractConditionParser.AbstractCondition
A basic condition implementation.
|
| 限定符和类型 | 接口和说明 |
|---|---|
interface |
ContainerLifecycleProcessor
Processor for container lifecycle.
|
| 限定符和类型 | 类和说明 |
|---|---|
class |
ContainerInstanceLifecycleProcessor
Processor for init and destroy container.
|
class |
ContainerRegisterLogger
Logger for outputting logs during the lifecycle of a container.
|
| 限定符和类型 | 接口和说明 |
|---|---|
interface |
OperationAnnotationHandler
用于处理元素上的注解,将其解析为
AssembleOperation或DisassembleOperation的处理器。 |
| 限定符和类型 | 接口和说明 |
|---|---|
interface |
AssembleOperation
表示一个由指定的键触发的装配操作。
|
interface |
DisassembleOperation
The disassembly operation triggered by the specified key,
it's means that a set of process configuration information of
the nested object in the target object attribute is obtained
according to the specified key value.
|
interface |
KeyTriggerOperation
For operations triggered by a specific key.
|
| 限定符和类型 | 类和说明 |
|---|---|
class |
SimpleAssembleOperation
Basic implementation of
AssembleOperation. |
class |
SimpleKeyTriggerOperation
Basic implementation of
KeyTriggerOperation. |
class |
TypeDynamitedDisassembleOperation
The
DisassembleOperation implementation that
express the disassemble operation of data from dynamic type. |
class |
TypeFixedDisassembleOperation
The
DisassembleOperation implementation that express the disassemble operation of data from a fixed type. |
| 限定符和类型 | 方法和说明 |
|---|---|
default int |
Sorted.compareTo(Sorted other)
Compare the sorting value of the current object with the sorting value of the specified object.
|
| 限定符和类型 | 接口和说明 |
|---|---|
interface |
MethodContainerFactory
Factory for creating data source containers based on methods.
|
| 限定符和类型 | 类和说明 |
|---|---|
class |
CacheableMethodContainerFactory
The extension implementation of
DefaultMethodContainerFactory. |
class |
DefaultMethodContainerFactory
The basic implementation of
MethodContainerFactory,
build the method data source according to the method annotated by ContainerMethod. |
| 限定符和类型 | 接口和说明 |
|---|---|
interface |
OperatorProxyMethodFactory
Operator proxy method factory.
|
| 限定符和类型 | 类和说明 |
|---|---|
class |
ArgAutoOperateProxyMethodFactory
An operator proxy method factory that supports auto operate for method parameters when calling method.
|
class |
DynamicContainerOperatorProxyMethodFactory
An operator proxy method factory that
supports dynamic setting container before operations executed.
|
class |
OperationAnnotationProxyMethodFactory
A proxy method factory that supports filling parameters
according to operation annotation which is annotated on method.
|
class |
ParametersFillProxyMethodFactory
An operator proxy method factory that supports filling parameters when calling method.
|
Copyright © 2024. All rights reserved.