Object
org.apache.spark.StringSubstitutor
public class StringSubstitutor
extends Object
-
Constructor Summary
Constructors
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
-
StringSubstitutor
public StringSubstitutor(scala.collection.immutable.Map<String,Object> resolver,
String prefix,
String suffix,
char escape,
String valueDelimiter,
boolean preserveEscapes,
boolean enableSubstitutionInVariables,
boolean enableUndefinedVariableException)
-