Interface I3LabelResolver


  • public interface I3LabelResolver
    Interface for using zk i3 label keys within services. Useful for testing without zk environment since it can be mocked. Services should use this interface instead of invoking static method Labels.getLabel(String)
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      java.lang.String getLabel​(java.lang.String key)
      See Labels.getLabel(String)
      java.lang.String getLabel​(java.lang.String key, java.lang.Object[] args)
      See Labels.getLabel(String, Object[])
    • Method Detail

      • getLabel

        java.lang.String getLabel​(java.lang.String key)
        See Labels.getLabel(String)
      • getLabel

        java.lang.String getLabel​(java.lang.String key,
                                  java.lang.Object[] args)
        See Labels.getLabel(String, Object[])