You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Name of the system property used to determine the string lookups added by the {@link #addDefaultStringLookups(Map)} method. Use of this property is only
366
-
* required in cases where the set of default lookups must be modified. (See the class documentation for details.)
366
+
* required in cases where the set of default lookups must be modified. (See the {@link StringLookupFactory class documentation} for details.)
* Adds the default string lookups for this class to {@code stringLookupMap}. The default string lookups are a set of built-in lookups added for convenience
658
658
* during string interpolation. The defaults may be configured using the {@value #DEFAULT_STRING_LOOKUPS_PROPERTY} system property. See the class
659
659
* documentation for details and a list of lookups.
660
+
* <p>
661
+
* The format of the property string is a comma-separated list of names from the {@link DefaultStringLookup} enum.
662
+
* </p>
660
663
*
661
664
* @param stringLookupMap the map of string lookups to edit.
0 commit comments