- Sort Score
- Num 10 results
- Language All
Results 1 - 1 of 1 for LOWER_UNDERSCORE (0.17 seconds)
-
src/main/java/org/codelibs/fess/helper/SearchLogHelper.java
protected Map<String, Object> toLowerHyphen(final Map<String, Object> source) { return source.entrySet() .stream() .collect(Collectors.toMap(e -> CaseFormat.UPPER_CAMEL.to(CaseFormat.LOWER_UNDERSCORE, e.getKey()), e -> { final Object value = e.getValue(); if (value instanceof Map) { @SuppressWarnings("unchecked")
Created: Sat Dec 20 09:19:18 GMT 2025 - Last Modified: Fri Nov 28 16:29:12 GMT 2025 - 26.4K bytes - Click Count (0)