if my Pojo is complex, consisting of other Pojos

How should i create BindyFixedLengthDataFormat  instance?

It seems i need create for 3 pojos but i could only create one like below

BindyFixedLengthDataFormat bindy = new
BindyFixedLengthDataFormat(com.mypackage.Order.class);




public class Order {

    @Link Header header;

    @Link Trailer trailer;

......

}


Any hints are more than welcome!

Reply via email to