Object
org.apache.spark.StringSubstitutor
 
public class StringSubstitutor
extends Object 
- 
Constructor SummaryConstructors 
StringSubstitutor(scala.collection.immutable.Map<String,Object> resolver,
 String prefix,
 String suffix,
 char escape,
 String valueDelimiter,
 boolean preserveEscapes,
 boolean enableSubstitutionInVariables,
 boolean enableUndefinedVariableException)
  
 
- 
Method Summary
 
- 
Constructor Details
- 
StringSubstitutorpublic StringSubstitutor(scala.collection.immutable.Map<String,Object> resolver,
 String prefix,
 String suffix,
 char escape,
 String valueDelimiter,
 boolean preserveEscapes,
 boolean enableSubstitutionInVariables,
 boolean enableUndefinedVariableException) 
 
-