Javadoc like documentation for Citrus Framework

135 Views Asked by At

I am used to refer javadocs/object model for any new solution/framework I am learning. I tried to look for the same for Citrus Framework and I couldn't find it. Can someone please point me to that or something similar. I would like to understand all the classes/methods available in Citrus Framework. Thanks.

1

There are 1 best solutions below

2
On

I'd recommend to go with the user guide. It describes all important functionality from a users perspective and points out the important interfaces to be used to customize Citrus and extend it with your domain specific functionality. Another good point to start from is the samples repository provided on github. In addition, the javadoc can be found on javadoc.io.