Interface FlatValueConverter<T>


public interface FlatValueConverter<T>
  • Method Summary

    Modifier and Type
    Method
    Description
    fromString(@NotNull String value)
     
    @NotNull String
    toString(T value)
     
  • Method Details

    • toString

      @NotNull @NotNull String toString(@NotNull T value)
    • fromString

      @Nullable T fromString(@NotNull @NotNull String value)