Uses of Class
org.apache.commons.text.lookup.FunctionStringLookup
Packages that use FunctionStringLookup
-
Uses of FunctionStringLookup in org.apache.commons.text.lookup
Fields in org.apache.commons.text.lookup declared as FunctionStringLookupModifier and TypeFieldDescription(package private) static final FunctionStringLookup<String> StringLookupFactory.INSTANCE_BASE64_DECODERDecodes Base64 Strings.(package private) static final FunctionStringLookup<String> StringLookupFactory.INSTANCE_BASE64_ENCODEREncodes Base64 Strings.(package private) static final FunctionStringLookup<String> StringLookupFactory.INSTANCE_ENVIRONMENT_VARIABLESLooks up keys from environment variables.(package private) static final FunctionStringLookup<String> StringLookupFactory.INSTANCE_NULLDefines the FunctionStringLookup singleton that always returns null.(package private) static final FunctionStringLookup<String> StringLookupFactory.INSTANCE_SYSTEM_PROPERTIESDefines the FunctionStringLookup singleton for looking up system properties.Methods in org.apache.commons.text.lookup that return FunctionStringLookupModifier and TypeMethodDescription(package private) static <R> FunctionStringLookup<R> Creates a new instance backed by a Function.(package private) static <V> FunctionStringLookup<V> Creates a new instance backed by a Map.