public class ValueNodeOperateHandler extends AbstractJacksonNodeOperateHandler implements OperateHandler
objectMapper| 构造器和说明 |
|---|
ValueNodeOperateHandler(com.fasterxml.jackson.databind.ObjectMapper objectMapper) |
| 限定符和类型 | 方法和说明 |
|---|---|
Object |
readFromSource(Object source,
AssembleProperty property,
Operation operation) |
boolean |
sourceCanRead(Object source,
AssembleProperty property,
Operation operation) |
boolean |
targetCanWrite(Object sourceData,
Object target,
AssembleProperty property,
AssembleOperation operation) |
void |
writeToTarget(Object sourceData,
Object target,
AssembleProperty property,
AssembleOperation operation) |
findNode, findNodeName, getTranslatedKeyPropertyName, translatePropertyNameclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcomparator, compareTo, getOrderpublic ValueNodeOperateHandler(com.fasterxml.jackson.databind.ObjectMapper objectMapper)
public boolean sourceCanRead(Object source, AssembleProperty property, Operation operation)
sourceCanRead 在接口中 OperateHandlerpublic boolean targetCanWrite(Object sourceData, Object target, AssembleProperty property, AssembleOperation operation)
targetCanWrite 在接口中 OperateHandlerpublic Object readFromSource(Object source, AssembleProperty property, Operation operation)
readFromSource 在接口中 OperateHandlerpublic void writeToTarget(Object sourceData, Object target, AssembleProperty property, AssembleOperation operation)
writeToTarget 在接口中 OperateHandlerCopyright © 2022. All rights reserved.