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

Method getString

APIJSONORM/src/main/java/apijson/StringUtil.java:145–148  ·  view source on GitHub ↗

FIXME 用 get 替代 @param object @return

(Object object)

Source from the content-addressed store, hash-verified

143 * @return
144 */
145 @Deprecated
146 public static String getString(Object object) {
147 return object == null ? "" : object.toString();
148 }
149 /**FIXME 用 get 替代
150 * @param cs
151 * @return

Callers

nothing calls this directly

Calls 2

getMethod · 0.95
toStringMethod · 0.80

Tested by

no test coverage detected