Package | Description |
---|---|
jadex.xml | |
jadex.xml.bean | |
jadex.xml.reader | |
jadex.xml.writer |
Modifier and Type | Method and Description |
---|---|
TypeInfo |
TypeInfoTypeManager.findTypeInfo(Set typeinfos,
QName[] fullpath)
Find a type info from a set of possible matching typeinfos.
|
TypeInfo |
TypeInfo.getSupertype()
Get the supertype.
|
TypeInfo |
MappingInfo.getSupertype()
Get the supertype.
|
TypeInfo |
StackElement.getTypeInfo()
Get the typeinfo.
|
TypeInfo |
TypeInfoTypeManager.getTypeInfo(Object type,
QName[] fullpath)
Get the most specific mapping info.
|
TypeInfo |
TypeInfoPathManager.getTypeInfo(QName tag,
QName[] fullpath,
Map rawattributes)
Get the most specific mapping info.
|
Modifier and Type | Method and Description |
---|---|
void |
TypeInfoTypeManager.addTypeInfo(TypeInfo typeinfo)
Add a typeinfo.
|
void |
TypeInfoPathManager.addTypeInfo(TypeInfo typeinfo)
Add a type info.
|
Constructor and Description |
---|
MappingInfo(TypeInfo supertype)
Create a new mapping info.
|
MappingInfo(TypeInfo supertype,
AttributeInfo[] attributeinfos)
Create a new mapping info.
|
MappingInfo(TypeInfo supertype,
AttributeInfo[] attributeinfos,
SubobjectInfo[] subobjectinfos)
Create a new mapping info.
|
MappingInfo(TypeInfo supertype,
Object commentinfo,
Object contentinfo)
Create a new mapping info.
|
MappingInfo(TypeInfo supertype,
Object commentinfo,
Object contentinfo,
AttributeInfo[] attributeinfos)
Create a new mapping info.
|
MappingInfo(TypeInfo supertype,
Object commentinfo,
Object contentinfo,
AttributeInfo[] attributeinfos,
SubobjectInfo[] subobjectinfos)
Create a new mapping info.
|
MappingInfo(TypeInfo supertype,
Object commentinfo,
Object contentinfo,
AttributeInfo[] attributeinfos,
SubobjectInfo[] subobjectinfos,
Boolean includemethods,
Boolean includefields,
Boolean prefertags)
Create a new mapping info.
|
MappingInfo(TypeInfo supertype,
SubobjectInfo[] subobjectinfos)
Create a new mapping info.
|
StackElement(IObjectReaderHandler readerhandler,
QName tag,
Object object,
Map rawattrs,
TypeInfo typeinfo,
ILocation location)
Create a new stack element.
|
Modifier and Type | Method and Description |
---|---|
TypeInfo |
BeanObjectReaderHandler.getTypeInfo(Object object,
QName[] fullpath,
AReadContext context)
Get the most specific mapping info.
|
TypeInfo |
BeanObjectWriterHandler.getTypeInfo(Object object,
QName[] fullpath,
IContext context)
Get the most specific mapping info.
|
Modifier and Type | Method and Description |
---|---|
static Set<TypeInfo> |
STypeInfosAWT.getReaderTypeInfos() |
static Set<TypeInfo> |
JavaWriter.getTypeInfos()
Get the java type infos.
|
static Set<TypeInfo> |
JavaReader.getTypeInfos()
Get the java type infos.
|
static Set<TypeInfo> |
STypeInfosAWT.getWriterTypeInfos() |
static Set<TypeInfo> |
JavaReader.joinTypeInfos(Set<TypeInfo> typeinfos)
Join sets of typeinfos.
|
Modifier and Type | Method and Description |
---|---|
static Set<TypeInfo> |
JavaReader.joinTypeInfos(Set<TypeInfo> typeinfos)
Join sets of typeinfos.
|
Modifier and Type | Method and Description |
---|---|
TypeInfo |
IObjectReaderHandler.getTypeInfo(Object type,
QName[] fullpath,
AReadContext context)
Get the most specific mapping info.
|
Modifier and Type | Method and Description |
---|---|
static SubobjectInfo |
AReader.getSubobjectInfoRead(QName localname,
QName[] fullpath,
TypeInfo patypeinfo,
Map attrs)
Get a subobject info for reading.
|
Modifier and Type | Method and Description |
---|---|
TypeInfo |
IObjectWriterHandler.getTypeInfo(Object object,
QName[] fullpath,
IContext context)
Get the most specific mapping info.
|
TypeInfo |
AbstractObjectWriterHandler.getTypeInfo(Object object,
QName[] fullpath,
IContext context)
Get the most specific mapping info.
|
Modifier and Type | Method and Description |
---|---|
WriteObjectInfo |
IObjectWriterHandler.getObjectWriteInfo(Object object,
TypeInfo typeinfo,
IContext context)
Get all subobjects of an object.
|
WriteObjectInfo |
AbstractObjectWriterHandler.getObjectWriteInfo(Object object,
TypeInfo typeinfo,
IContext context)
Get write info for an object.
|
Copyright © 2012. All Rights Reserved.