Interface StringProvider


public interface StringProvider
Interface used when assembling an attribute value that contains expansions.
  • Method Summary

    Modifier and Type
    Method
    Description
    Ask the object to provide the desired string.
  • Method Details

    • provideString

      Ask the object to provide the desired string. Often this involves computing the string value dynamically, or aggregating together multiple StringProviders.