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, toXmlpublic XmlObjectSerializerIgnoreMissingFieldsServiceImpl()
public Object fromXml(String xml)
XmlObjectSerializerServicefromXml in interface XmlObjectSerializerServicefromXml in class XmlObjectSerializerServiceImplFields on the XML that do not exist on the class will be ignored.Copyright © 2005–2016 The Kuali Foundation. All rights reserved.