Interface IValueMapping


public interface IValueMapping
Value mapping between two values This interface is not intended to be implemented by clients.
Since:
3.8.1
  • Method Summary

    Modifier and Type
    Method
    Description
    From value.
    To value.
  • Method Details

    • getFrom

      @NotNull String getFrom()
      From value.
      Returns:
      from value
    • getTo

      @NotNull String getTo()
      To value.
      Returns:
      to value