| 程序包 | 说明 |
|---|---|
| cn.crane4j.core.executor | |
| cn.crane4j.core.executor.handler |
| 限定符和类型 | 类和说明 |
|---|---|
static class |
AssembleExecution.SimpleAssembleExecution
Simple implementation of
AssembleExecution. |
| 限定符和类型 | 方法和说明 |
|---|---|
static AssembleExecution |
AssembleExecution.create(BeanOperations beanOperations,
AssembleOperation operation,
Container<?> container,
Collection<Object> targets)
Create an instance of
AssembleExecution. |
protected AssembleExecution |
AbstractBeanOperationExecutor.createAssembleExecution(BeanOperations beanOperations,
AssembleOperation operation,
Collection<Object> targets,
BeanOperationExecutor.Options options)
Create a
AssembleExecution. |
| 限定符和类型 | 方法和说明 |
|---|---|
protected static void |
AbstractBeanOperationExecutor.doExecute(AssembleOperationHandler handler,
Container<?> container,
Collection<AssembleExecution> executions)
Try to execute the operation.
|
protected void |
AsyncBeanOperationExecutor.doExecuteOperations(Map<Container<?>,Map<AssembleOperationHandler,List<AssembleExecution>>> executionGroups)
Execute the assembly operation.
|
protected void |
DisorderedBeanOperationExecutor.doExecuteOperations(Map<Container<?>,Map<AssembleOperationHandler,List<AssembleExecution>>> executionGroups)
Execute the assembly operation.
|
protected abstract void |
AbstractBeanOperationExecutor.executeOperations(List<AssembleExecution> executions,
BeanOperationExecutor.Options options)
Complete the assembly operation.
|
protected void |
AsyncBeanOperationExecutor.executeOperations(List<AssembleExecution> executions,
BeanOperationExecutor.Options options)
Complete the assembly operation.
|
protected void |
DisorderedBeanOperationExecutor.executeOperations(List<AssembleExecution> executions,
BeanOperationExecutor.Options options)
Complete the assembly operation.
|
protected void |
OrderedBeanOperationExecutor.executeOperations(List<AssembleExecution> executions,
BeanOperationExecutor.Options options)
Complete the assembly operation.
|
| 限定符和类型 | 方法和说明 |
|---|---|
protected @Nullable AbstractAssembleOperationHandler.Target |
AbstractAssembleOperationHandler.createTarget(AssembleExecution execution,
Object origin,
Object keyValue)
Create a
AbstractAssembleOperationHandler.Target instance. |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
AbstractAssembleOperationHandler.process(Container<?> container,
Collection<AssembleExecution> executions)
Perform assembly operation.
|
void |
AssembleOperationHandler.process(Container<?> container,
Collection<AssembleExecution> executions)
Perform assembly operation.
|
Copyright © 2024. All rights reserved.