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, unmarshal
public 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>
JiBXException
net.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>
JiBXException
net.sf.hajdbc.util.AbstractMapper#unmarshal(java.lang.Object, org.jibx.runtime.impl.UnmarshallingContext)