Package com.yahoo.search.result
Interface Hit.RawUtf8Consumer
- All Superinterfaces:
BiConsumer<String,Object>
- All Known Implementing Classes:
JsonRenderer.FieldConsumer
- Enclosing class:
- Hit
-
Method Summary
Methods inherited from interface java.util.function.BiConsumer
accept, andThen
-
Method Details
-
accept
Called for fields which are available as UTF-8 instead of accept(String, Object).- Parameters:
fieldName- the name of the fieldutf8Data- raw utf-8 data. The receiver must not modify this dataoffset- the start index in the utf8Data array of the data to acceptlength- the length starting from offset in the utf8Data array of the data to accept
-