|
Groovy Documentation | |||||||
FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | METHOD | DETAIL: FIELD | METHOD |
@SuppressWarnings("rawtypes") public interface ConverterConfiguration
Method Summary | |
---|---|
CircularReferenceBehaviour
|
getCircularReferenceBehaviour()
Lookup the configured CircularReferenceBehaviour (how the converter should behave when a circular reference is detected) |
java.lang.String
|
getEncoding()
Lookup the configured default Character encoding for the Converter |
ObjectMarshaller
|
getMarshaller(java.lang.Object o)
Lookup the ObjectMarshaller with the highest priority that support to marshall the given object |
java.util.List
|
getOrderedObjectMarshallers()
Retrieve the ordered list of ObjectMarshallers |
ProxyHandler
|
getProxyHandler()
Lookup the ProxyHandler used to deal with proxies instances. |
boolean
|
isPrettyPrint()
Lookup method whether the converter should default to pretty printed output |
Method Detail |
---|
public CircularReferenceBehaviour getCircularReferenceBehaviour()
public java.lang.String getEncoding()
public ObjectMarshaller getMarshaller(java.lang.Object o)
o
- the object which is about to be converted
public java.util.List getOrderedObjectMarshallers()
public ProxyHandler getProxyHandler()
public boolean isPrettyPrint()
Groovy Documentation