_.forEach( this.defaults, function( v, i ) {
        if ( _.isFunction(v) ) {
            obj[i] = v(resource,req);
        } else {
            obj[i] = v;