You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In addition to asList() and asMap() and the custom as(Class<T>) it would be nice to expose asRawJson() method or similar. This way one could receive the raw JSON from the endpoint, and deserialize in other/custom ways. Perhaps there's a clean way to do this which I am not seeing, if so any insight in that direction is appreciated. Thank you for the work on this library.
The text was updated successfully, but these errors were encountered:
force-rest-api/src/main/java/com/force/api/ResourceRepresentation.java
Line 29 in 0c224e0
In addition to
asList()
andasMap()
and the customas(Class<T>)
it would be nice to exposeasRawJson()
method or similar. This way one could receive the raw JSON from the endpoint, and deserialize in other/custom ways. Perhaps there's a clean way to do this which I am not seeing, if so any insight in that direction is appreciated. Thank you for the work on this library.The text was updated successfully, but these errors were encountered: