public class NameMapping extends Object
| Constructor and Description |
|---|
NameMapping(Set<Table> tables,
List<UserDefinedType> udts,
List<String> warnings) |
| Modifier and Type | Method and Description |
|---|---|
String |
getCqlName(Table table,
String graphqlName) |
String |
getCqlName(UserDefinedType udt,
String graphqlName) |
String |
getGraphqlName(Table table) |
String |
getGraphqlName(Table table,
Column column) |
String |
getGraphqlName(UserDefinedType udt) |
String |
getGraphqlName(UserDefinedType udt,
Column column) |
public String getGraphqlName(UserDefinedType udt)
public String getGraphqlName(UserDefinedType udt, Column column)
public String getCqlName(UserDefinedType udt, String graphqlName)
Copyright © 2020. All rights reserved.