Class StreamsDocumentTranslator


  • public class StreamsDocumentTranslator
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      StreamsDocumentTranslator​(org.ojai.Document dbRecord, java.util.List<java.lang.Integer> pathIds)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean hasNext()  
      org.ojai.Document next()  
      • Methods inherited from class java.lang.Object

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

      • StreamsDocumentTranslator

        public StreamsDocumentTranslator​(org.ojai.Document dbRecord,
                                         java.util.List<java.lang.Integer> pathIds)
                                  throws java.lang.Exception
        Throws:
        java.lang.Exception
    • Method Detail

      • hasNext

        public boolean hasNext()
      • next

        public org.ojai.Document next()