Uses of Class
org.apache.commons.text.StrLookup
Packages that use StrLookup
-
Uses of StrLookup in org.apache.commons.text
Methods in org.apache.commons.text that return StrLookupModifier and TypeMethodDescriptionStrLookup
<?> StrSubstitutor.getVariableResolver()
Deprecated.Gets the VariableResolver that is used to lookup variables.static <V> StrLookup
<V> Deprecated.Returns a lookup which looks up values using a map.static StrLookup
<?> StrLookup.noneLookup()
Deprecated.Returns a lookup which always returns null.StrLookup.resourceBundleLookup
(ResourceBundle resourceBundle) Deprecated.Returns a lookup which looks up values using a ResourceBundle.StrLookup.systemPropertiesLookup()
Deprecated.Returns a new lookup which uses a copy of the currentSystem properties
.Methods in org.apache.commons.text with parameters of type StrLookupModifier and TypeMethodDescriptionvoid
StrSubstitutor.setVariableResolver
(StrLookup<?> variableResolver) Deprecated.Sets the VariableResolver that is used to lookup variables.Constructors in org.apache.commons.text with parameters of type StrLookupModifierConstructorDescriptionStrSubstitutor
(StrLookup<?> variableResolver) Deprecated.Constructs a new instance and initializes it.StrSubstitutor
(StrLookup<?> variableResolver, String prefix, String suffix, char escape) Deprecated.Constructs a new instance and initializes it.StrSubstitutor
(StrLookup<?> variableResolver, String prefix, String suffix, char escape, String valueDelimiter) Deprecated.Constructs a new instance and initializes it.StrSubstitutor
(StrLookup<?> variableResolver, StrMatcher prefixMatcher, StrMatcher suffixMatcher, char escape) Deprecated.Constructs a new instance and initializes it.StrSubstitutor
(StrLookup<?> variableResolver, StrMatcher prefixMatcher, StrMatcher suffixMatcher, char escape, StrMatcher valueDelimiterMatcher) Deprecated.Constructs a new instance and initializes it.