com.basho.riak.client.query.serialize
Class JSBucketKeyFunctionWriter

java.lang.Object
  extended by com.basho.riak.client.query.serialize.JSBucketKeyFunctionWriter
All Implemented Interfaces:
FunctionWriter

public class JSBucketKeyFunctionWriter
extends Object
implements FunctionWriter

Writes a JSBucketKeyFunction to a JsonGenerator

Author:
russell

Constructor Summary
JSBucketKeyFunctionWriter(JSBucketKeyFunction function, org.codehaus.jackson.JsonGenerator jsonGenerator)
           
 
Method Summary
 void write()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JSBucketKeyFunctionWriter

public JSBucketKeyFunctionWriter(JSBucketKeyFunction function,
                                 org.codehaus.jackson.JsonGenerator jsonGenerator)
Parameters:
function -
jsonGenerator -
Method Detail

write

public void write()
           throws IOException
Specified by:
write in interface FunctionWriter
Throws:
IOException


Copyright © 2012. All Rights Reserved.