MCPcopy Index your code
hub / github.com/Tencent/APIJSON / getName

Method getName

APIJSONORM/src/main/java/apijson/orm/Logic.java:138–140  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

136 }
137
138 public String getName() {
139 return getName(type);
140 }
141 public static String getName(int type) {
142 return type < 0 || type >= NAMES.length ? "" : NAMES[type];
143 }

Callers 15

getMapMethod · 0.45
getListMethod · 0.45
getIntegerMethod · 0.45
getIntValueMethod · 0.45
getLongMethod · 0.45
getLongValueMethod · 0.45
getFloatMethod · 0.45
getFloatValueMethod · 0.45
getDoubleMethod · 0.45
getDoubleValueMethod · 0.45
getBooleanMethod · 0.45
getBooleanValueMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected