@java.lang.SuppressWarnings("rawtypes") public interface ConverterConfiguration<C extends Converter>
Type Params | Return Type | Name and description |
---|---|---|
|
public CircularReferenceBehaviour |
getCircularReferenceBehaviour() Lookup the configured CircularReferenceBehaviour (how the converter should behave when a circular reference is detected) |
|
public java.lang.String |
getEncoding() Lookup the configured default Character encoding for the Converter |
|
public ObjectMarshaller<C> |
getMarshaller(java.lang.Object o) Lookup the ObjectMarshaller with the highest priority that support to marshall the given object |
|
public java.util.List<ObjectMarshaller<C>> |
getOrderedObjectMarshallers() Retrieve the ordered list of ObjectMarshallers |
|
public ProxyHandler |
getProxyHandler() Lookup the ProxyHandler used to deal with proxies instances. |
|
public boolean |
isCacheObjectMarshallerByClass() Enables caching object marshaller selection by class. |
|
public boolean |
isPrettyPrint() Lookup method whether the converter should default to pretty printed output |
Lookup the configured CircularReferenceBehaviour (how the converter should behave when a circular reference is detected)
Lookup the configured default Character encoding for the Converter
Lookup the ObjectMarshaller with the highest priority that support to marshall the given object
o
- the object which is about to be convertedRetrieve the ordered list of ObjectMarshallers
Lookup the ProxyHandler used to deal with proxies instances.
Enables caching object marshaller selection by class.
Lookup method whether the converter should default to pretty printed output