@FunctionalInterface public interface ParameterMapper
Modifier and Type | Method and Description |
---|---|
<T> T |
mapParameter(Object value,
Class<T> type)
Map the specified
input parameter to the given parameterType . |
<T> T mapParameter(Object value, Class<T> type)
input
parameter to the given parameterType
.T
- the actual type of the parametervalue
- a parameter valuetype
- the required type of the parameterParameterMappingException
- when a mapping failure occursCopyright © 2017 Pivotal Software, Inc.. All rights reserved.