Uses of Class
org.apache.commons.text.StringSubstitutor.Result
-
Packages that use StringSubstitutor.Result Package Description org.apache.commons.text Basic classes for text handling. -
-
Uses of StringSubstitutor.Result in org.apache.commons.text
Methods in org.apache.commons.text that return StringSubstitutor.Result Modifier and Type Method Description private StringSubstitutor.Result
StringSubstitutor. substitute(TextStringBuilder builder, int offset, int length, java.util.List<java.lang.String> priorVariables)
Recursive handler for multiple levels of interpolation.
-