org.infinispan.config
Class TypedPropertiesAdapter
java.lang.Object
javax.xml.bind.annotation.adapters.XmlAdapter<org.infinispan.config.PropertiesType,TypedProperties>
org.infinispan.config.TypedPropertiesAdapter
public class TypedPropertiesAdapter
- extends XmlAdapter<org.infinispan.config.PropertiesType,TypedProperties>
TypedPropertiesAdapter is JAXB XmlAdapter for TypedProperties.
- Since:
- 4.0
- Author:
- Vladimir Blagojevic
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TypedPropertiesAdapter
public TypedPropertiesAdapter()
marshal
public org.infinispan.config.PropertiesType marshal(TypedProperties tp)
throws Exception
- Specified by:
marshal
in class XmlAdapter<org.infinispan.config.PropertiesType,TypedProperties>
- Throws:
Exception
unmarshal
public TypedProperties unmarshal(org.infinispan.config.PropertiesType props)
throws Exception
- Specified by:
unmarshal
in class XmlAdapter<org.infinispan.config.PropertiesType,TypedProperties>
- Throws:
Exception
Copyright © 2012 JBoss, a division of Red Hat. All Rights Reserved.