public class TypeDynamitedDisassembleOperation extends SimpleKeyTriggerOperation implements DisassembleOperation
The DisassembleOperation implementation that
express the disassemble operation of data from dynamic type.
It is usually used to process the disassemble operation for unknown types or generic types.
TypeResolver| 构造器和说明 |
|---|
TypeDynamitedDisassembleOperation() |
| 限定符和类型 | 方法和说明 |
|---|---|
@NonNull BeanOperations |
getInternalBeanOperations(Object internalBean)
Get the operation configuration of the nested object,
and use
typeResolver to dynamically infer the type. |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetDisassembleOperationHandler, getSourceTypegetCondition, getId, getKey, getSource, setConditionallMatch, alwaysMatch, alwaysNoneMatch, anyMatch, getGroups, isBelong, noneMatch@NonNull public @NonNull BeanOperations getInternalBeanOperations(Object internalBean)
Get the operation configuration of the nested object,
and use typeResolver to dynamically infer the type.
getInternalBeanOperations 在接口中 DisassembleOperationinternalBean - internal beanCopyright © 2024. All rights reserved.