| 程序包 | 说明 |
|---|---|
| cn.crane4j.core.executor.handler | |
| cn.crane4j.core.parser | |
| cn.crane4j.core.parser.handler | |
| cn.crane4j.core.parser.operation |
| 限定符和类型 | 方法和说明 |
|---|---|
Collection<Object> |
DisassembleOperationHandler.process(DisassembleOperation operation,
Collection<?> targets)
Extract nested objects in object attributes according to disassembly configuration.
|
Collection<Object> |
ReflectiveDisassembleOperationHandler.process(DisassembleOperation operation,
Collection<?> targets)
Extract nested objects in object attributes according to disassembly configuration.
|
| 限定符和类型 | 方法和说明 |
|---|---|
Collection<DisassembleOperation> |
BeanOperations.getDisassembleOperations()
Get disassembly operations.
|
| 限定符和类型 | 方法和说明 |
|---|---|
void |
BeanOperations.addDisassembleOperations(DisassembleOperation operation)
Add disassembly operation.
|
void |
BeanOperations.EmptyBeanOperations.addDisassembleOperations(DisassembleOperation operation)
Add disassembly operation.
|
void |
SimpleBeanOperations.addDisassembleOperations(DisassembleOperation operation)
Add disassembly operation.
|
| 限定符和类型 | 方法和说明 |
|---|---|
protected @Nullable DisassembleOperation |
DisassembleAnnotationHandler.createOperation(BeanOperationParser parser,
BeanOperations beanOperations,
AbstractStandardOperationAnnotationHandler.StandardAnnotation<Disassemble> standardAnnotation)
Create assemble operation for given
element and annotation |
| 限定符和类型 | 类和说明 |
|---|---|
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. |
Copyright © 2024. All rights reserved.