Class JSONPObject

java.lang.Object
tools.jackson.databind.util.JSONPObject
All Implemented Interfaces:
JacksonSerializable

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