| java.lang.Object net.sf.hajdbc.util.AbstractMapper
AbstractMapper | abstract public class AbstractMapper implements IMarshaller,IUnmarshaller,IAliasable(Code) | | author: Paul Ferraro |
Method Summary | |
public boolean | isExtension(int arg0) | public boolean | isPresent(IUnmarshallingContext context) | public void | marshal(Object object, IMarshallingContext context) | abstract protected void | marshal(T object, MarshallingContext context) | public Object | unmarshal(Object object, IUnmarshallingContext context) | abstract protected T | unmarshal(T object, UnmarshallingContext context) |
index | protected int index(Code) | | |
AbstractMapper | protected AbstractMapper(Class<T> targetClass)(Code) | | Constructs a new PropertiesMapper.
|
AbstractMapper | protected AbstractMapper(Class<T> targetClass, String uri, int index, String name)(Code) | | Constructs a new PropertiesMapper.
Parameters: uri - Parameters: index - Parameters: name - |
isExtension | public boolean isExtension(int arg0)(Code) | | See Also: org.jibx.runtime.IMarshaller.isExtension(int) |
isPresent | public boolean isPresent(IUnmarshallingContext context) throws JiBXException(Code) | | See Also: org.jibx.runtime.IUnmarshaller.isPresent(org.jibx.runtime.IUnmarshallingContext) |
marshal | public void marshal(Object object, IMarshallingContext context) throws JiBXException(Code) | | See Also: org.jibx.runtime.IMarshaller.marshal(java.lang.Objectorg.jibx.runtime.IMarshallingContext) |
marshal | abstract protected void marshal(T object, MarshallingContext context) throws JiBXException(Code) | | |
unmarshal | public Object unmarshal(Object object, IUnmarshallingContext context) throws JiBXException(Code) | | See Also: org.jibx.runtime.IUnmarshaller.unmarshal(java.lang.Objectorg.jibx.runtime.IUnmarshallingContext) |
unmarshal | abstract protected T unmarshal(T object, UnmarshallingContext context) throws JiBXException(Code) | | |
|
|