Interface DataBoundResolvable

    • Method Detail

      • bindResolve

        Object bindResolve​(StaplerRequest request,
                           net.sf.json.JSONObject src)
        Called after the object is instantiated to allow the object to nominate its replacement.
        Parameters:
        request - Request object that's currently performing databinding. Passed in as a contextual parameter.
        src - JSON object that originally constructed the 'this' instance on which this method is being invoked.
        Returns:
        Can be any value, including null. Typically, this method would have to return an instance of a type compatible to the caller's expectation.