Details
-
Type: Improvement
-
Status: Resolved
-
Priority: Major
-
Resolution: Fixed
-
Affects Version/s: 0.1.0
-
Fix Version/s: 0.2.0
-
Component/s: Data Module
-
Labels:None
Description
Rather than having to specify the Avro schema, for reflect (POJOs) and specific types it should be possible to specify the Java class. E.g. new DatasetDescriptor.Builder().type(User.class).get()