Package tech.jhipster.service
Interface ColumnConverterReactive
public interface ColumnConverterReactive
Interface used in the (@link ConditionBuilder) to help build literal 'value expression' of the Conditions.
Converters registered in the (@link DataBaseConfiguration) of the Springboot app
will be used for the datatype/data conversion
-
Method Summary
-
Method Details
-
convert
Converts the value to the target class with the help of theConversionService.- Type Parameters:
T- the parameter for the intended type.- Parameters:
value- to convert.target- class.- Returns:
- the value which can be constructed from the input.
-