Uses of Class
org.apache.commons.lang3.text.StrLookup
Packages that use StrLookup
Package
Description
Provides classes for handling and manipulating text, partly as an extension to
java.text
.-
Uses of StrLookup in org.apache.commons.lang3.text
Subclasses of StrLookup in org.apache.commons.lang3.textModifier and TypeClassDescription(package private) static class
Deprecated.Lookup implementation that uses a Map.private static class
Deprecated.Lookup implementation based on system properties.Fields in org.apache.commons.lang3.text declared as StrLookupModifier and TypeFieldDescriptionStrLookup.NONE_LOOKUP
Deprecated.Lookup that always returns null.StrLookup.SYSTEM_PROPERTIES_LOOKUP
Deprecated.Lookup based on system properties.private StrLookup<?>
StrSubstitutor.variableResolver
Deprecated.Variable resolution is delegated to an implementor of VariableResolver.Methods in org.apache.commons.lang3.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.systemPropertiesLookup()
Deprecated.Returns a new lookup which uses a copy of the currentSystem properties
.Methods in org.apache.commons.lang3.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.lang3.text with parameters of type StrLookupModifierConstructorDescriptionStrSubstitutor
(StrLookup<?> variableResolver) Deprecated.Creates a new instance and initializes it.StrSubstitutor
(StrLookup<?> variableResolver, String prefix, String suffix, char escape) Deprecated.Creates a new instance and initializes it.StrSubstitutor
(StrLookup<?> variableResolver, String prefix, String suffix, char escape, String valueDelimiter) Deprecated.Creates a new instance and initializes it.StrSubstitutor
(StrLookup<?> variableResolver, StrMatcher prefixMatcher, StrMatcher suffixMatcher, char escape) Deprecated.Creates a new instance and initializes it.StrSubstitutor
(StrLookup<?> variableResolver, StrMatcher prefixMatcher, StrMatcher suffixMatcher, char escape, StrMatcher valueDelimiterMatcher) Deprecated.Creates a new instance and initializes it.