io.hcxprotocol.utils.package-info Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of hcx-integrator-sdk Show documentation
Show all versions of hcx-integrator-sdk Show documentation
The SDK for HCX Participant System to help in integrating with HCX Gateway easily.
/**
* This package defines the utility classes and methods used in other packages of the SDK.
*
* - Convert the Java Object(s) to JSON String and vise versa.
* - APIs to make HTTP request(s).
* - Constant variables used in multiple places and other Classes which are reused.
*
*
*/
package io.hcxprotocol.utils;