Class SpringInvocationPersister
- java.lang.Object
-
- net.n2oapp.framework.api.metadata.persister.AbstractN2oMetadataPersister<E>
-
- net.n2oapp.framework.config.persister.invocation.N2oInvocationPersister<T>
-
- net.n2oapp.framework.config.persister.invocation.N2oJavaInvocationPersister<SpringInvocation>
-
- net.n2oapp.framework.config.persister.invocation.SpringInvocationPersister
-
- All Implemented Interfaces:
ElementClassAware<SpringInvocation>,ElementNameAware,NamespaceUriAware,PersisterFactoryAware<SpringInvocation,NamespacePersister<SpringInvocation>>,ElementPersister<SpringInvocation>,NamespacePersister<SpringInvocation>,TypedElementPersister<SpringInvocation>
public class SpringInvocationPersister extends N2oJavaInvocationPersister<SpringInvocation>
Persisting spring invocation attributes- Since:
- 05.05.2017
- Author:
- igafurov
-
-
Field Summary
-
Fields inherited from class net.n2oapp.framework.api.metadata.persister.AbstractN2oMetadataPersister
namespacePrefix, namespaceUri, persisterFactory
-
-
Constructor Summary
Constructors Constructor Description SpringInvocationPersister()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Class<SpringInvocation>getElementClass()org.jdom.Elementpersist(SpringInvocation entity, org.jdom.Namespace namespace)-
Methods inherited from class net.n2oapp.framework.config.persister.invocation.N2oJavaInvocationPersister
getElementName
-
Methods inherited from class net.n2oapp.framework.config.persister.invocation.N2oInvocationPersister
getNamespacePrefix, getNamespaceUri, setNamespacePrefix, setNamespaceUri
-
Methods inherited from class net.n2oapp.framework.api.metadata.persister.AbstractN2oMetadataPersister
setPersisterFactory
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface net.n2oapp.framework.api.metadata.aware.ElementClassAware
newInstance
-
Methods inherited from interface net.n2oapp.framework.api.metadata.aware.NamespaceUriAware
getNamespace
-
-
-
-
Method Detail
-
persist
public org.jdom.Element persist(SpringInvocation entity, org.jdom.Namespace namespace)
- Specified by:
persistin interfaceElementPersister<SpringInvocation>- Overrides:
persistin classN2oJavaInvocationPersister<SpringInvocation>
-
getElementClass
public Class<SpringInvocation> getElementClass()
- Specified by:
getElementClassin interfaceElementClassAware<SpringInvocation>- Specified by:
getElementClassin interfaceTypedElementPersister<SpringInvocation>- Overrides:
getElementClassin classN2oJavaInvocationPersister<SpringInvocation>
-
-