@BetaApi public class ApiCallContextEnhancers extends Object
ApiCallContextEnhancer.| Modifier and Type | Method and Description |
|---|---|
static ApiCallContext |
applyEnhancers(ApiCallContext defaultCallContext,
ApiCallContext thisCallContext,
List<ApiCallContextEnhancer> callContextEnhancers)
Apply the given enhancers, using thisCallContext as the starting point if it is not null, and
using defaultCallContext otherwise.
|
public static ApiCallContext applyEnhancers(ApiCallContext defaultCallContext, ApiCallContext thisCallContext, List<ApiCallContextEnhancer> callContextEnhancers)