Interface ValueConverter<T>

All Known Implementing Classes:
BigDecimalValueConverter, DateTimeValueConverter, DocumentValueConverter, IntegerValueConverter, LocalDateValueConverter, LocalTimeValueConverter

public interface ValueConverter<T>
Implement this interface and register
  • Method Summary

    Modifier and Type
    Method
    Description
    convert(Object inboundValue)
     
  • Method Details

    • convert

      T convert(Object inboundValue)