public class ArrayAsMapParser<T,K,V> extends Object implements Parser<T>
Parser.PartialHandler<T,U>ReplyParser.FailureHandler<U>, ReplyParser.PartialReplyHandler<T,U>| Constructor and Description |
|---|
ArrayAsMapParser(int len,
MapBuilderFactory<K,V,? extends T> builderFactory,
CombiningReplyParser<K,V> kvParser) |
| Modifier and Type | Method and Description |
|---|---|
<U> U |
parse(ByteBuffer buffer,
Function<? super T,U> resultHandler,
Parser.PartialHandler<? super T,U> partialHandler,
CharsetDecoder charsetDecoder) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitmap, parseReplycombine, fail, failpublic ArrayAsMapParser(int len,
MapBuilderFactory<K,V,? extends T> builderFactory,
CombiningReplyParser<K,V> kvParser)
public <U> U parse(ByteBuffer buffer, Function<? super T,U> resultHandler, Parser.PartialHandler<? super T,U> partialHandler, CharsetDecoder charsetDecoder)
Copyright © 2016. All rights reserved.