@CsvRecord(separator=",") public class Order extends Object implements Serializable
Order()
Order(String name, int amount)
boolean
equals(Object other)
String
toString()
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
public Order()
public Order(String name, int amount)
public boolean equals(Object other)
equals
Object
public String toString()
toString
Apache CAMEL