Interface XmlReaderRequest.Transformer

Enclosing interface:
XmlReaderRequest

public static interface XmlReaderRequest.Transformer
  • Method Summary

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

    • transform

      String transform(String source, String fieldName)
      Interpolate the value read from the xml 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