Class MarshallingFragmentTransformer<T>
- java.lang.Object
-
- com.atlassian.confluence.content.render.xhtml.MarshallingFragmentTransformer<T>
-
- All Implemented Interfaces:
FragmentTransformer
public class MarshallingFragmentTransformer<T> extends Object implements FragmentTransformer
Lazily resolves the marshaller and unmarshaller to use for transforming objects of the specified type.- Since:
- 5.2
- See Also:
MarshallingRegistry
-
-
Constructor Summary
Constructors Constructor Description MarshallingFragmentTransformer(Class<T> clazz, MarshallingType marshallerMarshallingType, MarshallingType unmarshallerMarshallingType, MarshallingRegistry marshallingRegistry)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
handles(StartElement startElementEvent, ConversionContext conversionContext)
Streamable
transform(XMLEventReader reader, FragmentTransformer mainFragmentTransformer, ConversionContext conversionContext)
-
-
-
Constructor Detail
-
MarshallingFragmentTransformer
public MarshallingFragmentTransformer(Class<T> clazz, MarshallingType marshallerMarshallingType, MarshallingType unmarshallerMarshallingType, MarshallingRegistry marshallingRegistry)
-
-
Method Detail
-
handles
public boolean handles(StartElement startElementEvent, ConversionContext conversionContext)
- Specified by:
handles
in interfaceFragmentTransformer
-
transform
public Streamable transform(XMLEventReader reader, FragmentTransformer mainFragmentTransformer, ConversionContext conversionContext) throws XhtmlException
- Specified by:
transform
in interfaceFragmentTransformer
- Throws:
XhtmlException
-
-