Package | Description |
---|---|
com.neurosys.etl.common.transformers |
Modifier and Type | Method and Description |
---|---|
Map<String,List<ParamsRequestToEntitiesTransformer.PropertyBinding>> |
ParamsRequestToEntitiesTransformer.getPropertyBindings()
Map of Request field name to the
ParamsRequestToEntitiesTransformer.PropertyBinding binding(s). |
protected List<ParamsRequestToEntitiesTransformer.PropertyBinding> |
ParamsRequestToEntitiesTransformer.resolveParamNameToBinding(String paramName)
This method will return a
ParamsRequestToEntitiesTransformer.PropertyBinding name for a given parameter. |
Modifier and Type | Method and Description |
---|---|
void |
ParamsRequestToEntitiesTransformer.setPropertyBindings(Map<String,List<ParamsRequestToEntitiesTransformer.PropertyBinding>> propertyBindings)
Map of Request field name to the
ParamsRequestToEntitiesTransformer.PropertyBinding binding(s). |
Copyright © 2018. All rights reserved.