コード例 #1
0
 /**
  * Convenience method, functionally equivalent to:
  *
  * <pre>
  *  getConfig().constructType(cls);
  * </pre>
  */
 public final JavaType constructType(Class<?> cls) {
   return _config.constructType(cls);
 }