Class DefaultMarshallingRegistry
java.lang.Object
com.atlassian.confluence.content.render.xhtml.DefaultMarshallingRegistry
- All Implemented Interfaces:
MarshallingRegistry
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription<T> Marshaller<T>
getMarshaller
(Class<T> clazz, MarshallingType type) <T> Unmarshaller<T>
getUnmarshaller
(Class<T> clazz, MarshallingType type) void
register
(Marshaller marshaller, Class clazz, MarshallingType type) void
register
(Unmarshaller unmarshaller, Class clazz, MarshallingType type)
-
Constructor Details
-
DefaultMarshallingRegistry
public DefaultMarshallingRegistry()
-
-
Method Details
-
getMarshaller
- Specified by:
getMarshaller
in interfaceMarshallingRegistry
-
getUnmarshaller
- Specified by:
getUnmarshaller
in interfaceMarshallingRegistry
-
register
- Specified by:
register
in interfaceMarshallingRegistry
-
register
- Specified by:
register
in interfaceMarshallingRegistry
-