Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for MapValueExtractor (0.08 seconds)

  1. src/main/java/org/codelibs/fess/suggest/util/MapValueExtractor.java

     *
     * <p>This class provides methods to safely extract typed values from Map&lt;String, Object&gt;
     * commonly used when parsing OpenSearch document sources.
     */
    public final class MapValueExtractor {
    
        private MapValueExtractor() {
            // Utility class
        }
    
        /**
         * Gets a String value from the map.
         *
         * @param map The source map
         * @param key The key to look up
    Created: Fri Apr 17 09:08:13 GMT 2026
    - Last Modified: Sun Feb 01 12:48:24 GMT 2026
    - 9.8K bytes
    - Click Count (0)
Back to Top