-
- All Implemented Interfaces:
-
net.pwall.pipeline.BaseCoAcceptor,net.pwall.pipeline.BaseCoPipeline,net.pwall.pipeline.CoAcceptor,net.pwall.pipeline.CoPipeline
public final class JSONDeserializerCoPipeline<E extends Object, R extends Object> extends AbstractCoPipeline<JSONValue, E, R>
A pipeline implementation to take a JSONValue and emit a deserialized object.
-
-
Constructor Summary
Constructors Constructor Description JSONDeserializerCoPipeline(KType type, CoAcceptor<E, R> downstream, JSONConfig config)
-
Method Summary
Modifier and Type Method Description UnitacceptObject(JSONValue value)-
Methods inherited from class net.pwall.pipeline.BaseAbstractCoAcceptor
getClosed -
Methods inherited from class net.pwall.pipeline.BaseCoAcceptor
getComplete, getResult -
Methods inherited from class net.pwall.pipeline.AbstractCoPipeline
close, emit, flush, getDownstream -
Methods inherited from class net.pwall.pipeline.BaseCoPipeline
getStageComplete -
Methods inherited from class net.pwall.pipeline.AbstractCoAcceptor
accept -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Detail
-
acceptObject
Unit acceptObject(JSONValue value)
-
-
-
-