|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ConverterConfiguration<C extends Converter>
Method Summary | |
---|---|
Converter.CircularReferenceBehaviour |
getCircularReferenceBehaviour()
Lookup the configured CircularReferenceBehaviour (how the converter should behave when a circular reference is detected) |
String |
getEncoding()
Lookup the configured default Character encoding for the Converter |
ObjectMarshaller<C> |
getMarshaller(Object o)
Lookup the ObjectMarshaller with the highest priority that support to marshall the given object |
List<ObjectMarshaller<C>> |
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 |
---|
ProxyHandler getProxyHandler()
ObjectMarshaller<C> getMarshaller(Object o)
o
- the object which is about to be converted
String getEncoding()
Converter.CircularReferenceBehaviour getCircularReferenceBehaviour()
Converter.CircularReferenceBehaviour
boolean isPrettyPrint()
List<ObjectMarshaller<C>> getOrderedObjectMarshallers()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |