public interface HstParameterValueConverter
Modifier and Type | Method and Description |
---|---|
Object |
convert(String parameterValue,
Class<?> returnType) |
Object convert(String parameterValue, Class<?> returnType) throws HstParameterValueConversionException
parameterValue
- returnType
- String
parameterValue
converted to the returnType
classHstParameterValueConversionException
- when the conversion failedCopyright © 2008–2016 Hippo B.V. (http://www.onehippo.com). All rights reserved.