Interface JsonToDBGraph
-
Method Summary
Modifier and TypeMethodDescriptionvoidappendChild(JsonToDBGraph newborn) voidappendChildren(List<? extends JsonToDBGraph> newborns) convertColumn(String attributeName) Conversion from attributeName to columnName and backfindNodeByPath(String searchJsonPath) findNodesByPath(String searchJsonPath) List<? extends JsonToDBGraph> Get jsonPath by DB table and column and back
-
Method Details
-
appendChildren
-
appendChild
-
getJsonPath
String getJsonPath() -
getColumnName
String getColumnName() -
getTableName
String getTableName() -
getSourceSystem
String getSourceSystem() -
getChildren
List<? extends JsonToDBGraph> getChildren() -
findNodeByPath
-
findNodesByPath
-
getParent
JsonToDBGraph getParent() -
transform
Description copied from interface:TransformGet jsonPath by DB table and column and back -
convertColumn
Description copied from interface:TransformConversion from attributeName to columnName and back- Specified by:
convertColumnin interfaceTransform<String,DBTypeI> - Parameters:
attributeName- attribute (or column) name- Returns:
- column (or attribute) name
-