Interface ConversionService

All Known Implementing Classes:
ConversionServiceImpl

public interface ConversionService
This service converts inbound values into values that can be set on the corresponding entities.
  • Method Summary

    Modifier and Type
    Method
    Description
    @Nullable Object
    convert(@Nullable String type, @Nullable Object value)
     
  • Method Details

    • convert

      @Nullable @Nullable Object convert(@Nullable @Nullable String type, @Nullable @Nullable Object value)