public class XmlObjectSerializerIgnoreMissingFieldsServiceImpl extends XmlObjectSerializerServiceImpl
XmlObjectSerializerServiceImpl.ProxyAwareJavaReflectionProvider, XmlObjectSerializerServiceImpl.ProxyConverter
Constructor and Description |
---|
XmlObjectSerializerIgnoreMissingFieldsServiceImpl() |
Modifier and Type | Method and Description |
---|---|
Object |
fromXml(String xml)
Retrieves an Object instance from a String of XML - unmarshals.
|
getPersistenceService, toXml
public XmlObjectSerializerIgnoreMissingFieldsServiceImpl()
public Object fromXml(String xml)
XmlObjectSerializerService
fromXml
in interface XmlObjectSerializerService
fromXml
in class XmlObjectSerializerServiceImpl
Fields on the XML that do not exist on the class will be ignored.
Copyright © 2005–2016 The Kuali Foundation. All rights reserved.