public static interface SecurityConfigurationXpp3Reader.ContentTransformer
Modifier and Type | Method and Description |
---|---|
java.lang.String |
transform(java.lang.String source,
java.lang.String fieldName)
Interpolate the value read from the xpp3 document
|
java.lang.String transform(java.lang.String source, java.lang.String fieldName)
source
- The source valuefieldName
- A description of the field being interpolated. The implementation may use this to
log stuff.