Skip to content

Instantly share code, notes, and snippets.

@ashwanthkumar
Created October 24, 2018 04:07
Show Gist options
  • Save ashwanthkumar/48b7495a7716fba77769db8a39db59ca to your computer and use it in GitHub Desktop.
Save ashwanthkumar/48b7495a7716fba77769db8a39db59ca to your computer and use it in GitHub Desktop.
Generate Java Thrift classes for thrift 0.8
#!/bin/bash
docker run -v "$PWD:/data" ashwanthkumar/docker-thrift:0.8 thrift --gen java:private-members --out /data/src/test/java/ /data/src/test/thrift/*.thrift
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment