public class MergerFactory extends Object
| Constructor and Description |
|---|
MergerFactory() |
| Modifier and Type | Method and Description |
|---|---|
static <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
|
public static <T> Merger<T> getMerger(Class<T> returnType)
returnType - the merger will return this typeIllegalArgumentException - if returnType is nullCopyright © 2011–2020 The Apache Software Foundation. All rights reserved.