Package 

Class JSONPointer.EscapePipeline

  • All Implemented Interfaces:
    java.lang.AutoCloseable , net.pwall.pipeline.BaseAcceptor , net.pwall.pipeline.BasePipeline , net.pwall.pipeline.IntAcceptor , net.pwall.pipeline.IntPipeline

    
    public final class JSONPointer.EscapePipeline<T extends Object>
    extends AbstractIntPipeline<T>
                        
    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      Unit acceptInt(Integer value)
      • Methods inherited from class io.kjson.pointer.JSONPointer.EscapePipeline

        close, emit, flush, getDownstream
      • Methods inherited from class net.pwall.pipeline.AbstractIntAcceptor

        accept, accept, accept, accept, accept, isClosed
      • Methods inherited from class net.pwall.pipeline.BaseAbstractAcceptor

        getResult, isComplete
      • Methods inherited from class net.pwall.pipeline.AbstractIntPipeline

        accept, accept
      • Methods inherited from class net.pwall.pipeline.IntPipeline

        isStageComplete
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • JSONPointer.EscapePipeline

        JSONPointer.EscapePipeline(IntAcceptor<T> next)