@javatypes/amqp-client
Version:
java amqp-client types
20 lines (19 loc) • 584 B
TypeScript
declare namespace com {
namespace rabbitmq {
namespace tools {
namespace json {
/**
* Will be removed in 6.0
* @deprecated Use a third-party JSON library, e.g. Jackson or Gson
*/
// @ts-ignore
class JSONReader extends java.lang.Object {
// @ts-ignore
constructor()
// @ts-ignore
public read(string: java.lang.String | string): any
}
}
}
}
}