public class MarshallingFragmentTransformer<T> extends Object implements FragmentTransformer
MarshallingRegistry
Constructor and Description |
---|
MarshallingFragmentTransformer(Class<T> clazz,
MarshallingType marshallerMarshallingType,
MarshallingType unmarshallerMarshallingType,
MarshallingRegistry marshallingRegistry) |
Modifier and Type | Method and Description |
---|---|
boolean |
handles(StartElement startElementEvent,
ConversionContext conversionContext) |
Streamable |
transform(XMLEventReader reader,
FragmentTransformer mainFragmentTransformer,
ConversionContext conversionContext) |
public MarshallingFragmentTransformer(Class<T> clazz, MarshallingType marshallerMarshallingType, MarshallingType unmarshallerMarshallingType, MarshallingRegistry marshallingRegistry)
public boolean handles(StartElement startElementEvent, ConversionContext conversionContext)
handles
in interface FragmentTransformer
public Streamable transform(XMLEventReader reader, FragmentTransformer mainFragmentTransformer, ConversionContext conversionContext) throws XhtmlException
transform
in interface FragmentTransformer
XhtmlException
Copyright © 2003–2020 Atlassian. All rights reserved.