Borrar filtros
Borrar filtros

Need to declare and access a Java Generic Variable in Matlab!

3 visualizaciones (últimos 30 días)
Siddhartha
Siddhartha el 25 de Jul. de 2013
I want to declare and access a Java Generic type (it's an avro command) SpecificDatumWriter<User> userDatumWriter = new SpecificDatumWriter<User>(User.class); in MATLAB. I can declare normal java variables - but am having trouble with this java declaration in MATLAB. Any help?
Here SpecificDatumWriter is a special function of the avro package, and User.class is a custom class (built with avro sepcifications).

Respuestas (0)

Categorías

Más información sobre Call Java from MATLAB en Help Center y File Exchange.

Etiquetas

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by