public interface IObjectWriterHandler
Modifier and Type | Method and Description |
---|---|
WriteObjectInfo |
getObjectWriteInfo(Object object,
TypeInfo typeinfo,
IContext context)
Get all subobjects of an object.
|
IPreProcessor[] |
getPreProcessors(Object object,
Object typeinfo)
Get the pre-processor.
|
QName |
getTagName(Object object,
IContext context)
Get the tag name for an object.
|
QName |
getTagWithPrefix(QName tag,
IContext context)
Get the tag with namespace.
|
TypeInfo |
getTypeInfo(Object object,
QName[] fullpath,
IContext context)
Get the most specific mapping info.
|
TypeInfo getTypeInfo(Object object, QName[] fullpath, IContext context)
tag
- The tag.fullpath
- The full path.WriteObjectInfo getObjectWriteInfo(Object object, TypeInfo typeinfo, IContext context) throws Exception
object
- The object.typeinfo
- The Typeinfo.Exception
IPreProcessor[] getPreProcessors(Object object, Object typeinfo)
Copyright © 2012. All Rights Reserved.