Interface VariablesInterpolator

All Known Implementing Classes:
SimpleVariablesInterpolator

public interface VariablesInterpolator
  • Method Summary

    Modifier and Type
    Method
    Description
    @NotNull String
    interpolate(@NotNull String format, @Nullable Map<String,String> properties)
     
  • Method Details

    • interpolate

      @NotNull @NotNull String interpolate(@NotNull @NotNull String format, @Nullable @Nullable Map<String,String> properties)