Class ReflectAvroDatumProvider<T>

java.lang.Object
io.apicurio.registry.serde.avro.ReflectAvroDatumProvider<T>
All Implemented Interfaces:
AvroDatumProvider<T>

public class ReflectAvroDatumProvider<T> extends Object implements AvroDatumProvider<T>
Author:
Ales Justin
  • Constructor Details

    • ReflectAvroDatumProvider

      public ReflectAvroDatumProvider()
    • ReflectAvroDatumProvider

      public ReflectAvroDatumProvider(Class<T> clazz)
  • Method Details