public static class ProducerArgumentsMapperFactory.ParamWrapper<T> extends Object
| Constructor and Description |
|---|
ParamWrapper(T param) |
| Modifier and Type | Method and Description |
|---|---|
int |
getIndex() |
T |
getParam() |
ProducerArgumentsMapperFactory.ParamWrapper<T> |
setIndex(int index) |
ProducerArgumentsMapperFactory.ParamWrapper<T> |
setParam(T param) |
String |
toString() |
public ParamWrapper(T param)
public T getParam()
public ProducerArgumentsMapperFactory.ParamWrapper<T> setParam(T param)
public int getIndex()
public ProducerArgumentsMapperFactory.ParamWrapper<T> setIndex(int index)
Copyright © 2017–2020 The Apache Software Foundation. All rights reserved.