Class JSONPObject

java.lang.Object
com.fasterxml.jackson.databind.util.JSONPObject
All Implemented Interfaces:
JsonSerializable

public class JSONPObject extends Object implements JsonSerializable
Container class that can be used to wrap any Object instances (including nulls), and will serialize embedded in JSONP wrapping.
See Also: