Interface FlatValueConverter<T>

All Known Implementing Classes:
BooleanFlatValueConverter, ComplexFlatValueConverter, NumberFlatValueConverter, SimpleFlatValueConverter, StringFlatValueConverter, UUIDFlatValueConverter

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)