public class MergerFactory extends Object implements org.apache.dubbo.rpc.model.ScopeModelAware
| Constructor and Description |
|---|
MergerFactory() |
| Modifier and Type | Method and Description |
|---|---|
<T> Merger<T> |
getMerger(Class<T> returnType)
Find the merger according to the returnType class, the merger will
merge an array of returnType into one
|
void |
setScopeModel(org.apache.dubbo.rpc.model.ScopeModel scopeModel) |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitsetApplicationModel, setFrameworkModel, setModuleModelpublic void setScopeModel(org.apache.dubbo.rpc.model.ScopeModel scopeModel)
setScopeModel in interface org.apache.dubbo.rpc.model.ScopeModelAwarepublic <T> Merger<T> getMerger(Class<T> returnType)
returnType - the merger will return this typeIllegalArgumentException - if returnType is nullCopyright © 2011–2022 The Apache Software Foundation. All rights reserved.