@SuppressWarnings("rawtypes") public class ImmutableConverterConfiguration<C extends Converter> extends Object implements ConverterConfiguration
Immutable Converter Configuration.
Modifiers | Name | Description |
---|---|---|
protected List<ObjectMarshaller<C>> |
marshallers |
Constructor and description |
---|
ImmutableConverterConfiguration(ConverterConfiguration<C> cfg) |
ImmutableConverterConfiguration(ConverterConfiguration<C> cfg, 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()
|