public class StylesheetTypeMarshaller extends Object implements org.springframework.oxm.Marshaller
| Constructor and Description |
|---|
StylesheetTypeMarshaller() |
| Modifier and Type | Method and Description |
|---|---|
String |
getStylesheet() |
void |
marshal(Object typeObject,
Result result) |
void |
setStylesheet(String stylesheet) |
boolean |
supports(Class<?> arg0) |
public String getStylesheet()
public void setStylesheet(String stylesheet)
public void marshal(Object typeObject, Result result) throws IOException, org.springframework.oxm.XmlMappingException
marshal in interface org.springframework.oxm.MarshallerIOExceptionorg.springframework.oxm.XmlMappingExceptionpublic boolean supports(Class<?> arg0)
supports in interface org.springframework.oxm.MarshallerCopyright © 2022. All rights reserved.