| 程序包 | 说明 |
|---|---|
| cn.crane4j.core.executor | |
| cn.crane4j.core.parser | |
| cn.crane4j.core.parser.handler | |
| cn.crane4j.core.parser.operation |
| 限定符和类型 | 方法和说明 |
|---|---|
AssembleOperation |
AssembleExecution.getOperation()
Get the assembly operation to be performed.
|
| 限定符和类型 | 方法和说明 |
|---|---|
static AssembleExecution |
AssembleExecution.create(BeanOperations beanOperations,
AssembleOperation operation,
Container<?> container,
Collection<Object> targets)
Create an comparator of
AssembleExecution. |
protected AssembleExecution |
AbstractBeanOperationExecutor.createAssembleExecution(BeanOperations beanOperations,
AssembleOperation operation,
Collection<Object> targets,
BeanOperationExecutor.Options options)
Create a
AssembleExecution. |
| 构造器和说明 |
|---|
OrderedBeanOperationExecutor(ContainerManager containerManager,
Comparator<AssembleOperation> comparator)
Create a new
OrderedBeanOperationExecutor comparator. |
| 限定符和类型 | 方法和说明 |
|---|---|
Collection<AssembleOperation> |
BeanOperations.getAssembleOperations()
Get assembly operations.
|
| 限定符和类型 | 方法和说明 |
|---|---|
void |
BeanOperations.addAssembleOperations(AssembleOperation operation)
Add assembly operation.
|
void |
BeanOperations.EmptyBeanOperations.addAssembleOperations(AssembleOperation operation)
Add assembly operation.
|
void |
SimpleBeanOperations.addAssembleOperations(AssembleOperation operation)
Add assembly operation.
|
| 限定符和类型 | 方法和说明 |
|---|---|
protected @Nullable AssembleOperation |
AbstractAssembleAnnotationHandler.createAssembleOperation(BeanOperations beanOperations,
AnnotatedElement element,
T annotation)
Create assemble operation for given
element and annotation |
protected AssembleOperation |
AbstractAssembleAnnotationHandler.createAssembleOperation(T annotation,
int sort,
String key,
AssembleOperationHandler handler,
Set<PropertyMapping> propertyMappings)
Create assemble operation for given
annotation, sort, key, assembleOperationHandler and propertyMappings |
| 限定符和类型 | 类和说明 |
|---|---|
class |
SimpleAssembleOperation
Basic implementation of
AssembleOperation. |
Copyright © 2023. All rights reserved.