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>
Exception
public TypedProperties unmarshal(org.infinispan.config.PropertiesType props) throws Exception
unmarshal
in class XmlAdapter<org.infinispan.config.PropertiesType,TypedProperties>
Exception
Copyright © 2017 JBoss, a division of Red Hat. All Rights Reserved.