Interface ParametersValueMapper

All Known Implementing Classes:
DefaultParametersValueMapper

public interface ParametersValueMapper
  • Method Summary

    Modifier and Type
    Method
    Description
    toMap(String value)
     
    <T> T
    toType(Object value, Class<T> clazz)