Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: Handles operation arguments imported as strings
* Some Operation Arguments retrieved by jolokia are surrounded with quotes hence are handled internally as strings. * Using the current mechanism only populates the arg.name parameter, leaving arg.type null, resulting in some ugly errors when OperationArgument is constructed. * By checking whether the arg is an Object and if not parsing it mitigates the problem of the quotes
- Loading branch information