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