Package 

Class JSONDeserializerCoPipeline

  • All Implemented Interfaces:
    java.lang.AutoCloseable , net.pwall.util.pipeline.BaseCoAcceptor , net.pwall.util.pipeline.CoAcceptor , net.pwall.util.pipeline.CoPipeline

    
    public final class JSONDeserializerCoPipeline<E extends Object, R extends Object>
    extends AbstractCoPipeline<JSONValue, E, R>
                        

    A pipeline that takes a JSONValue and emits the deserialized value.

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
      public class Companion
    • Method Summary

      Modifier and Type Method Description
      Unit acceptObject(JSONValue value)
      final Boolean get_closed()
      Boolean getClosed()
      Boolean getComplete()
      final CoAcceptor<E, R> getDownstream()
      R getResult()
      final Unit set_closed(Boolean _closed)
      • Methods inherited from class net.pwall.util.pipeline.AbstractCoPipeline

        accept
      • Methods inherited from class net.pwall.json.stream.JSONDeserializerCoPipeline

        close, emit, flush
      • Methods inherited from class java.lang.AutoCloseable

        equals, hashCode, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait