Class AvroMapper<D,​M>

    • Constructor Detail

      • AvroMapper

        protected AvroMapper​(AvroService service)
    • Method Detail

      • fromAvro

        public abstract Object fromAvro​(org.apache.avro.Schema schema,
                                        M input)
      • toAvro

        public abstract M toAvro​(org.apache.avro.Schema schema,
                                 D input)
      • getLogicalType

        protected String getLogicalType​(org.apache.avro.Schema schema)