tree: e53931d25574cc82757ac65f99f1897fb2af7423 [path history] [tgz]
  1. README.md
  2. tutorial-component.thrift
  3. tutorial-dataformat.thrift
components/camel-thrift/src/test/thrift/README.md

Thrift tutorial java files generation

$ cd src/test/thrift

$ thrift -r --gen java -out ../java/ ./tutorial-dataformat.thrift

$ thrift -r --gen java -out ../java/ ./tutorial-component.thrift

Examples taken from the Apache Thrift java tutorial https://thrift.apache.org/tutorial/java