Interface SettingsStaxReader.ContentTransformer

Enclosing class:
SettingsStaxReader

public static interface SettingsStaxReader.ContentTransformer
  • Method Summary Link icon

    Modifier and Type
    Method
    Description
    transform(String source, String fieldName)
    Interpolate the value read from the xpp3 document
  • Method Details Link icon

    • transform Link icon

      String transform(String source, String fieldName)
      Interpolate the value read from the xpp3 document
      Parameters:
      source - The source value
      fieldName - A description of the field being interpolated. The implementation may use this to log stuff.
      Returns:
      The interpolated value.