Class AvroWithPartnerVisitor<P,​R>


  • public class AvroWithPartnerVisitor<P,​R>
    extends java.lang.Object
    • Constructor Detail

      • AvroWithPartnerVisitor

        public AvroWithPartnerVisitor()
    • Method Detail

      • record

        public R record​(P partner,
                        org.apache.avro.Schema record,
                        java.util.List<R> fieldResults)
      • union

        public R union​(P partner,
                       org.apache.avro.Schema union,
                       java.util.List<R> optionResults)
      • array

        public R array​(P partner,
                       org.apache.avro.Schema array,
                       R elementResult)
      • arrayMap

        public R arrayMap​(P partner,
                          org.apache.avro.Schema map,
                          R keyResult,
                          R valueResult)
      • map

        public R map​(P partner,
                     org.apache.avro.Schema map,
                     R valueResult)
      • primitive

        public R primitive​(P partner,
                           org.apache.avro.Schema primitive)