Uses of Class
com.atlassian.confluence.content.render.xhtml.MarshallingType
-
Packages that use MarshallingType Package Description com.atlassian.confluence.content.render.xhtml -
-
Uses of MarshallingType in com.atlassian.confluence.content.render.xhtml
Methods in com.atlassian.confluence.content.render.xhtml that return MarshallingType Modifier and Type Method Description static MarshallingTypeMarshallingType. valueOf(String name)Returns the enum constant of this type with the specified name.static MarshallingType[]MarshallingType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.atlassian.confluence.content.render.xhtml with parameters of type MarshallingType Modifier and Type Method Description <T> Marshaller<T>DefaultMarshallingRegistry. getMarshaller(Class<T> clazz, MarshallingType type)<T> Marshaller<T>MarshallingRegistry. getMarshaller(Class<T> clazz, MarshallingType type)<T> Unmarshaller<T>DefaultMarshallingRegistry. getUnmarshaller(Class<T> clazz, MarshallingType type)<T> Unmarshaller<T>MarshallingRegistry. getUnmarshaller(Class<T> clazz, MarshallingType type)voidDefaultMarshallingRegistry. register(Marshaller marshaller, Class clazz, MarshallingType type)voidDefaultMarshallingRegistry. register(Unmarshaller unmarshaller, Class clazz, MarshallingType type)voidMarshallingRegistry. register(Marshaller marshaller, Class clazz, MarshallingType type)voidMarshallingRegistry. register(Unmarshaller unmarshaller, Class clazz, MarshallingType type)Constructors in com.atlassian.confluence.content.render.xhtml with parameters of type MarshallingType Constructor Description MarshallingFragmentTransformer(Class<T> clazz, MarshallingType marshallerMarshallingType, MarshallingType unmarshallerMarshallingType, MarshallingRegistry marshallingRegistry)
-