Package org.kuali.rice.krad.service.impl
Class XmlObjectSerializerIgnoreMissingFieldsServiceImpl
java.lang.Object
org.kuali.rice.krad.service.impl.XmlObjectSerializerServiceImpl
org.kuali.rice.krad.service.impl.XmlObjectSerializerIgnoreMissingFieldsServiceImpl
- All Implemented Interfaces:
XmlObjectSerializerService,org.springframework.beans.factory.InitializingBean
public class XmlObjectSerializerIgnoreMissingFieldsServiceImpl
extends XmlObjectSerializerServiceImpl
Service implementation for the XmlObjectSerializer structure. This is the default implementation that gets
delivered with Kuali. It utilizes the XStream open source libraries and framework
- Author:
- Kuali Rice Team (rice.collab@kuali.org)
-
Nested Class Summary
Nested classes/interfaces inherited from class org.kuali.rice.krad.service.impl.XmlObjectSerializerServiceImpl
XmlObjectSerializerServiceImpl.ProxyAwareJavaReflectionProvider, XmlObjectSerializerServiceImpl.ProxyConverter -
Field Summary
Fields inherited from class org.kuali.rice.krad.service.impl.XmlObjectSerializerServiceImpl
lda, xstream, xStreamSecurityService -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.kuali.rice.krad.service.impl.XmlObjectSerializerServiceImpl
fromXml, setLegacyDataAdapter, setXStreamSecurityService, toXml
-
Constructor Details
-
XmlObjectSerializerIgnoreMissingFieldsServiceImpl
public XmlObjectSerializerIgnoreMissingFieldsServiceImpl()
-
-
Method Details
-
afterPropertiesSet
public void afterPropertiesSet()- Specified by:
afterPropertiesSetin interfaceorg.springframework.beans.factory.InitializingBean- Overrides:
afterPropertiesSetin classXmlObjectSerializerServiceImpl
-