JavaScript is disabled on your browser.
Skip navigation links
Overview
Class
Use
Tree
Deprecated
Index
Search
Help
org.apache.maven.api.services.xml
XmlReaderRequest
Transformer
Contents
Hide sidebar
❮
❯
Show sidebar
Description
Method Summary
Method Details
transform(String, String)
Interface XmlReaderRequest.Transformer
Enclosing interface:
XmlReaderRequest
public static interface
XmlReaderRequest.Transformer
Since:
4.0.0
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
String
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