public class TypeInfoTypeManager extends Object
Constructor and Description |
---|
TypeInfoTypeManager(Set typeinfos)
Create a type info manager.
|
Modifier and Type | Method and Description |
---|---|
void |
addTypeInfo(TypeInfo typeinfo)
Add a typeinfo.
|
TypeInfo |
findTypeInfo(Set typeinfos,
QName[] fullpath)
Find a type info from a set of possible matching typeinfos.
|
TypeInfo |
getTypeInfo(Object type,
QName[] fullpath)
Get the most specific mapping info.
|
Set |
getTypeInfosByType(Object type)
Get the most specific mapping info.
|
public TypeInfoTypeManager(Set typeinfos)
public void addTypeInfo(TypeInfo typeinfo)
public TypeInfo getTypeInfo(Object type, QName[] fullpath)
tag
- The tag.fullpath
- The full path.public Set getTypeInfosByType(Object type)
tag
- The tag.fullpath
- The full path.Copyright © 2012. All Rights Reserved.