public class PropertiesMapper extends AbstractMapper<java.util.Properties>
Properties object.index, name, uri| Constructor and Description |
|---|
PropertiesMapper()
Constructs a new PropertiesMapper.
|
PropertiesMapper(java.lang.String uri,
int index,
java.lang.String name)
Constructs a new PropertiesMapper.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
marshal(java.util.Properties properties,
MarshallingContext context) |
protected java.util.Properties |
unmarshal(java.util.Properties existingProperties,
UnmarshallingContext context) |
isExtension, isPresent, marshal, unmarshalpublic PropertiesMapper()
public PropertiesMapper(java.lang.String uri, int index, java.lang.String name)
uri - index - name - protected void marshal(java.util.Properties properties, MarshallingContext context) throws JiBXException
marshal in class AbstractMapper<java.util.Properties>JiBXExceptionnet.sf.hajdbc.util.AbstractMapper#marshal(java.lang.Object, org.jibx.runtime.impl.MarshallingContext)protected java.util.Properties unmarshal(java.util.Properties existingProperties, UnmarshallingContext context) throws JiBXException
unmarshal in class AbstractMapper<java.util.Properties>JiBXExceptionnet.sf.hajdbc.util.AbstractMapper#unmarshal(java.lang.Object, org.jibx.runtime.impl.UnmarshallingContext)