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

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

public class NamedErlangFunctionWriter
extends Object
implements FunctionWriter

Writes a NamedErlangFunction to a JsonGenerator

Author:
russell

Constructor Summary
NamedErlangFunctionWriter(NamedErlangFunction 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

NamedErlangFunctionWriter

public NamedErlangFunctionWriter(NamedErlangFunction 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.