Apache CXF API

org.apache.cxf.jaxb
Class JAXBToStringStyle

java.lang.Object
  extended by org.apache.cxf.jaxb.JAXBToStringStyle

Deprecated.

@Deprecated
public final class JAXBToStringStyle
extends Object

Override default styles to recognise JAXBElement as needing introspection Class was moved to project org.apache.cxf.xjc-utils:cxf-xjc-runtime so generated code does not have to depend on cxf


Field Summary
static org.apache.commons.lang.builder.ToStringStyle DEFAULT_STYLE
          Deprecated.  
static org.apache.commons.lang.builder.ToStringStyle MULTI_LINE_STYLE
          Deprecated.  
static org.apache.commons.lang.builder.ToStringStyle SIMPLE_STYLE
          Deprecated.  
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

MULTI_LINE_STYLE

public static final org.apache.commons.lang.builder.ToStringStyle MULTI_LINE_STYLE
Deprecated. 

SIMPLE_STYLE

public static final org.apache.commons.lang.builder.ToStringStyle SIMPLE_STYLE
Deprecated. 

DEFAULT_STYLE

public static final org.apache.commons.lang.builder.ToStringStyle DEFAULT_STYLE
Deprecated. 

Apache CXF API

Apache CXF