Class RestErrorMappingElementPersister
- java.lang.Object
-
- net.n2oapp.framework.config.persister.invocation.RestErrorMappingElementPersister
-
- All Implemented Interfaces:
ElementPersister<RestErrorMapping>
public class RestErrorMappingElementPersister extends Object implements ElementPersister<RestErrorMapping>
User: operehod Date: 29.01.2015 Time: 14:09
-
-
Constructor Summary
Constructors Constructor Description RestErrorMappingElementPersister(String namespaceUri, String namespacePrefix)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.jdom.Elementpersist(RestErrorMapping entity, org.jdom.Namespace namespace)
-
-
-
Method Detail
-
persist
public org.jdom.Element persist(RestErrorMapping entity, org.jdom.Namespace namespace)
- Specified by:
persistin interfaceElementPersister<RestErrorMapping>
-
-