public class Jaxb2Marshaller
extends org.springframework.oxm.jaxb.Jaxb2Marshaller
implements com.sun.xml.bind.marshaller.CharacterEscapeHandler
Constructor and Description |
---|
Jaxb2Marshaller() |
Modifier and Type | Method and Description |
---|---|
void |
escape(char[] buf,
int start,
int len,
boolean isAttValue,
Writer out) |
protected void |
initJaxbMarshaller(Marshaller marshaller) |
boolean |
supports(Class<?> clazz) |
afterPropertiesSet, convertJaxbException, createMarshaller, createUnmarshaller, getClassesToBeBound, getContextPath, getJaxbContext, getPackagesToScan, initJaxbUnmarshaller, isProcessExternalEntities, isSupportDtd, marshal, marshal, setAdapters, setBeanClassLoader, setCheckForXmlRootElement, setClassesToBeBound, setContextPath, setContextPaths, setJaxbContextProperties, setLazyInit, setMappedClass, setMarshallerListener, setMarshallerProperties, setMtomEnabled, setPackagesToScan, setProcessExternalEntities, setSchema, setSchemaLanguage, setSchemaResourceResolver, setSchemas, setSupportDtd, setSupportJaxbElementClass, setUnmarshallerListener, setUnmarshallerProperties, setValidationEventHandler, supports, unmarshal, unmarshal, unmarshalStaxSource
public boolean supports(Class<?> clazz)
supports
in interface org.springframework.oxm.Marshaller
supports
in interface org.springframework.oxm.Unmarshaller
supports
in class org.springframework.oxm.jaxb.Jaxb2Marshaller
protected void initJaxbMarshaller(Marshaller marshaller) throws JAXBException
initJaxbMarshaller
in class org.springframework.oxm.jaxb.Jaxb2Marshaller
JAXBException
public void escape(char[] buf, int start, int len, boolean isAttValue, Writer out) throws IOException
escape
in interface com.sun.xml.bind.marshaller.CharacterEscapeHandler
IOException
Copyright © 2011–2023 aiticon GmbH. All rights reserved.