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 booleanhandles(StartElement startElementEvent, ConversionContext conversionContext)Streamabletransform(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:
 handlesin interfaceFragmentTransformer
 
- 
transform
public Streamable transform(XMLEventReader reader, FragmentTransformer mainFragmentTransformer, ConversionContext conversionContext) throws XhtmlException
- Specified by:
 transformin interfaceFragmentTransformer- Throws:
 XhtmlException
 
 - 
 
 -