Package 

Class JSONPointer.SchemaURIEncoder

  • 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.SchemaURIEncoder<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.SchemaURIEncoder

        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.SchemaURIEncoder

        JSONPointer.SchemaURIEncoder(IntAcceptor<T> next)