public class TypedPropertiesAdapter extends XmlAdapter<org.infinispan.config.PropertiesType,TypedProperties>
| Constructor and Description |
|---|
TypedPropertiesAdapter() |
| Modifier and Type | Method and Description |
|---|---|
org.infinispan.config.PropertiesType |
marshal(TypedProperties tp) |
TypedProperties |
unmarshal(org.infinispan.config.PropertiesType props) |
public org.infinispan.config.PropertiesType marshal(TypedProperties tp) throws Exception
marshal in class XmlAdapter<org.infinispan.config.PropertiesType,TypedProperties>Exceptionpublic TypedProperties unmarshal(org.infinispan.config.PropertiesType props) throws Exception
unmarshal in class XmlAdapter<org.infinispan.config.PropertiesType,TypedProperties>ExceptionCopyright © 2017 JBoss, a division of Red Hat. All Rights Reserved.