rest.li
rest.li copied to clipboard
Add Urn support to ValueConverter.java
Could you please add support for converting from Urn to string in ValueConverter.java? In my unit tests I create a fake BatchEntityResponse and for some resources like /activityViewsV2 the key has type Urn and I can't pass this type to keyType parameter of BatchEntityResponse constructor because it throws exception in ValueConverter.java.
Does this issue still exist?
Yes