This web application converts Avro schemas (.avsc) into Java DTO (Data Transfer Object) classes. The generated .java file can be downloaded directly from the browser. avro_dto_webapp/ │ ├── app.py # ...
Navigate terminal to the project root folder. Sometime you may need to use DTO's(Data Transfer Objects) in your application in order to hide some entity data(usually ...