@SuppressWarnings("rawtypes") public class DefaultConverterConfiguration<C extends Converter> extends Object implements ConverterConfiguration
Mutable Converter Configuration with an priority sorted set of ObjectMarshallers
Modifiers | Name | Description |
---|---|---|
class |
DefaultConverterConfiguration.Entry |
Modifiers | Name | Description |
---|---|---|
static int |
DEFAULT_PRIORITY |
Constructor and description |
---|
DefaultConverterConfiguration() |
DefaultConverterConfiguration(ConverterConfiguration<C> delegate) |
DefaultConverterConfiguration(ProxyHandler proxyHandler) |
DefaultConverterConfiguration(ConverterConfiguration<C> delegate, ProxyHandler proxyHandler) |
DefaultConverterConfiguration(List<ObjectMarshaller<C>> oms) |
DefaultConverterConfiguration(List<ObjectMarshaller<C>> oms, ProxyHandler proxyHandler) |
Type Params | Return Type | Name and description |
---|---|---|
|
public CircularReferenceBehaviour |
getCircularReferenceBehaviour() |
|
public String |
getEncoding() |
|
public ObjectMarshaller<C> |
getMarshaller(Object o) |
|
public List<ObjectMarshaller<C>> |
getOrderedObjectMarshallers() |
|
public ProxyHandler |
getProxyHandler() |
|
public boolean |
isCacheObjectMarshallerByClass() |
|
public boolean |
isPrettyPrint() |
|
public void |
registerObjectMarshaller(ObjectMarshaller<C> marshaller) |
|
public void |
registerObjectMarshaller(ObjectMarshaller<C> marshaller, int priority) |
|
public void |
registerObjectMarshaller(Class<?> c, int priority, Closure callable) |
|
public void |
registerObjectMarshaller(Class<?> c, Closure callable) |
|
public void |
setCacheObjectMarshallerByClass(boolean cacheObjectMarshallerByClass) |
|
public void |
setCircularReferenceBehaviour(CircularReferenceBehaviour circularReferenceBehaviour) |
|
public void |
setEncoding(String encoding) |
|
public void |
setPrettyPrint(boolean prettyPrint) |