Interface StringToTypeConverter<T>
- Type Parameters:
T-
- All Known Implementing Classes:
BooleanConverter,ConditionListConverter,DateConverter,DelegationStateConverter,IntegerConverter,JacksonAwareStringToTypeConverter,LongConverter,PeriodUnitConverter,StringArrayConverter,StringConverter,StringListConverter,StringSetConverter,VariableListConverter
public interface StringToTypeConverter<T>
Implementations are used to convert http parameters from string to java types.
- Author:
- Thorben Lindhauer
-
Method Summary
-
Method Details
-
convertQueryParameterToType
-