public class ListWriter extends Object implements ValueWriter<List>
Modifier and Type | Class and Description |
---|---|
static class |
ListWriter.EmptyListValueWriter |
ValueWriter.Factory<V>, ValueWriter.Registry
Constructor and Description |
---|
ListWriter(ValueWriter.Registry registry) |
Modifier and Type | Method and Description |
---|---|
boolean |
isCacheable() |
boolean |
isComplete() |
static void |
register(ValueWriter.Registry registry) |
void |
setValue(List frameBody) |
int |
writeToBuffer(QpidByteBuffer buffer) |
public ListWriter(ValueWriter.Registry registry)
public int writeToBuffer(QpidByteBuffer buffer)
writeToBuffer
in interface ValueWriter<List>
public void setValue(List frameBody)
setValue
in interface ValueWriter<List>
public boolean isComplete()
isComplete
in interface ValueWriter<List>
public boolean isCacheable()
isCacheable
in interface ValueWriter<List>
public static void register(ValueWriter.Registry registry)
Copyright © 2006–2016 The Apache Software Foundation. All rights reserved.