public interface PojoFieldMapper
| 限定符和类型 | 方法和说明 |
|---|---|
FieldAccessor |
getFieldAccessor() |
PojoField |
getFieldByName(String name)
根据字段名查找
|
PojoField |
getFieldByPath(Queue<String> path)
根据路径循环查找
|
PojoField |
getFieldByPath(String path)
根据路径循环查找
|
PojoFieldMapper |
getMapperByName(String name)
根据名称查找
|
PojoFieldMapper |
getMapperByPath(Queue<String> path)
根据路径循环查找
|
PojoFieldMapper |
getMapperByPath(String path)
根据路径循环查找
|
Map<String,PojoFieldMapper> |
getSourceStructure() |
TableInfo |
getTableInfo() |
void |
setFieldAccessor(FieldAccessor fieldAccessorCache) |
void |
setSourceStructure(Map<String,PojoFieldMapper> sourceStructure) |
TableInfo getTableInfo()
void setSourceStructure(Map<String,PojoFieldMapper> sourceStructure)
Map<String,PojoFieldMapper> getSourceStructure()
PojoFieldMapper getMapperByName(String name)
PojoFieldMapper getMapperByPath(String path)
PojoFieldMapper getMapperByPath(Queue<String> path)
FieldAccessor getFieldAccessor()
void setFieldAccessor(FieldAccessor fieldAccessorCache)
Copyright © 2022. All rights reserved.