cxf-xjc-tsPage added by Daniel KulpCXF XJC toString PluginThe CXF XJC toString Plugin provides and XJC plugin that updates the generated beans to implement toString methods to override the default Object.toString method. It uses Apache Commons Lang ToStringBuilder class to build the String, so commons-lang.jar needs to be available on the classpath. It generates methods that look like:
public String toString() {
return ToStringBuilder.reflectionToString(this, ToStringStyle.DEFAULT_STYLE);
}
Change Notification Preferences
View Online
|
Add Comment
|
