public interface DisassembleOperationHandler
Handler of disassembly operation. Used to extract nested pending objects from a pending target object.
ReflectiveDisassembleOperationHandler| 限定符和类型 | 方法和说明 |
|---|---|
Collection<Object> |
process(DisassembleOperation operation,
Collection<?> targets)
Extract nested objects in object attributes according to disassembly configuration.
|
Collection<Object> process(DisassembleOperation operation, Collection<?> targets)
operation - disassembly operation to be performedtargets - The target object to be processed should be the same type as targetTypeCopyright © 2023. All rights reserved.