public interface RuntimeTypeInfoSet extends TypeInfoSet<Type,Class,Field,Method>
TypeInfoSet refined for runtime.| Modifier and Type | Method and Description |
|---|---|
Map<Class,? extends RuntimeArrayInfo> |
arrays()
Returns all the
ArrayInfos known to this set. |
Map<Class,? extends RuntimeClassInfo> |
beans()
Returns all the
ClassInfos known to this set. |
Map<Type,? extends RuntimeBuiltinLeafInfo> |
builtins()
Returns all the
BuiltinLeafInfos known to this set. |
Map<Class,? extends RuntimeEnumLeafInfo> |
enums()
Returns all the
EnumLeafInfos known to this set. |
Iterable<? extends RuntimeElementInfo> |
getAllElements()
Returns all the
ElementInfo known to this set. |
RuntimeNonElement |
getAnyTypeInfo()
Gets the
TypeInfo for the any type. |
RuntimeNonElement |
getClassInfo(Class type)
|
RuntimeElementInfo |
getElementInfo(Class scope,
QName name)
Returns a
ElementInfo for the given element. |
Map<QName,? extends RuntimeElementInfo> |
getElementMappings(Class scope)
Returns all
ElementInfos in the given scope. |
RuntimeNonElement |
getTypeInfo(Type type)
Returns a
TypeInfo for the given type. |
dump, getAttributeFormDefault, getElementFormDefault, getNavigator, getSchemaLocations, getTypeInfo, getXmlNsMap<Class,? extends RuntimeArrayInfo> arrays()
TypeInfoSetArrayInfos known to this set.Map<Class,? extends RuntimeClassInfo> beans()
TypeInfoSetClassInfos known to this set.Map<Type,? extends RuntimeBuiltinLeafInfo> builtins()
TypeInfoSetBuiltinLeafInfos known to this set.Map<Class,? extends RuntimeEnumLeafInfo> enums()
TypeInfoSetEnumLeafInfos known to this set.RuntimeNonElement getTypeInfo(Type type)
TypeInfoSetTypeInfo for the given type.getTypeInfo in interface TypeInfoSet<Type,Class,Field,Method>RuntimeNonElement getAnyTypeInfo()
TypeInfoSetTypeInfo for the any type.getAnyTypeInfo in interface TypeInfoSet<Type,Class,Field,Method>RuntimeNonElement getClassInfo(Class type)
TypeInfoSetClassInfo, ArrayInfo, or LeafInfo
for the given bean.
This method is almost like refinement of TypeInfoSet.getTypeInfo(Object) except
our C cannot derive from T.
getClassInfo in interface TypeInfoSet<Type,Class,Field,Method>RuntimeElementInfo getElementInfo(Class scope, QName name)
TypeInfoSetElementInfo for the given element.getElementInfo in interface TypeInfoSet<Type,Class,Field,Method>scope - if null, return the info about a global element.
Otherwise return a local element in the given scope if available,
then look for a global element next.Map<QName,? extends RuntimeElementInfo> getElementMappings(Class scope)
TypeInfoSetElementInfos in the given scope.getElementMappings in interface TypeInfoSet<Type,Class,Field,Method>scope - if non-null, this method only returns the local element mapping.Iterable<? extends RuntimeElementInfo> getAllElements()
TypeInfoSetElementInfo known to this set.getAllElements in interface TypeInfoSet<Type,Class,Field,Method>Copyright © 2018 JBoss by Red Hat. All rights reserved.