|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.sun.xml.bind.v2.model.impl.TypeInfoSetImpl<Type,Class,Field,Method>
com.sun.xml.bind.v2.model.impl.RuntimeTypeInfoSetImpl
final class RuntimeTypeInfoSetImpl
TypeInfoSet
specialized for runtime.
Field Summary |
---|
Fields inherited from class com.sun.xml.bind.v2.model.impl.TypeInfoSetImpl |
---|
nav, reader |
Constructor Summary | |
---|---|
RuntimeTypeInfoSetImpl(AnnotationReader<Type,Class,Field,Method> reader)
|
Methods inherited from class com.sun.xml.bind.v2.model.impl.TypeInfoSetImpl |
---|
add, add, add, add, dump, getAttributeFormDefault, getElementFormDefault, getSchemaLocations, getTypeInfo, getXmlNs |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface com.sun.xml.bind.v2.model.core.TypeInfoSet |
---|
dump, getAttributeFormDefault, getElementFormDefault, getSchemaLocations, getTypeInfo, getXmlNs |
Constructor Detail |
---|
public RuntimeTypeInfoSetImpl(AnnotationReader<Type,Class,Field,Method> reader)
Method Detail |
---|
protected RuntimeNonElement createAnyType()
createAnyType
in class TypeInfoSetImpl<Type,Class,Field,Method>
public ReflectionNavigator getNavigator()
TypeInfoSet
Navigator
for this model.
getNavigator
in interface TypeInfoSet<Type,Class,Field,Method>
getNavigator
in interface RuntimeTypeInfoSet
getNavigator
in class TypeInfoSetImpl<Type,Class,Field,Method>
public RuntimeNonElement getTypeInfo(Type type)
TypeInfoSetImpl
TypeInfo
for the given type.
getTypeInfo
in interface TypeInfoSet<Type,Class,Field,Method>
getTypeInfo
in interface RuntimeTypeInfoSet
getTypeInfo
in class TypeInfoSetImpl<Type,Class,Field,Method>
public RuntimeNonElement getAnyTypeInfo()
TypeInfoSet
TypeInfo
for the any type.
getAnyTypeInfo
in interface TypeInfoSet<Type,Class,Field,Method>
getAnyTypeInfo
in interface RuntimeTypeInfoSet
getAnyTypeInfo
in class TypeInfoSetImpl<Type,Class,Field,Method>
public RuntimeNonElement getClassInfo(Class clazz)
TypeInfoSetImpl
ClassInfo
for the given bean.
This method is almost like refinement of TypeInfoSetImpl.getTypeInfo(Object)
except
our C cannot derive from T.
getClassInfo
in interface TypeInfoSet<Type,Class,Field,Method>
getClassInfo
in interface RuntimeTypeInfoSet
getClassInfo
in class TypeInfoSetImpl<Type,Class,Field,Method>
public Map<Class,RuntimeClassInfoImpl> beans()
TypeInfoSetImpl
ClassInfo
s known to this set.
beans
in interface TypeInfoSet<Type,Class,Field,Method>
beans
in interface RuntimeTypeInfoSet
beans
in class TypeInfoSetImpl<Type,Class,Field,Method>
public Map<Type,RuntimeBuiltinLeafInfoImpl<?>> builtins()
TypeInfoSet
BuiltinLeafInfo
s known to this set.
builtins
in interface TypeInfoSet<Type,Class,Field,Method>
builtins
in interface RuntimeTypeInfoSet
builtins
in class TypeInfoSetImpl<Type,Class,Field,Method>
public Map<Class,RuntimeEnumLeafInfoImpl<?,?>> enums()
TypeInfoSet
EnumLeafInfo
s known to this set.
enums
in interface TypeInfoSet<Type,Class,Field,Method>
enums
in interface RuntimeTypeInfoSet
enums
in class TypeInfoSetImpl<Type,Class,Field,Method>
public Map<Class,RuntimeArrayInfoImpl> arrays()
TypeInfoSet
ArrayInfo
s known to this set.
arrays
in interface TypeInfoSet<Type,Class,Field,Method>
arrays
in interface RuntimeTypeInfoSet
arrays
in class TypeInfoSetImpl<Type,Class,Field,Method>
public RuntimeElementInfoImpl getElementInfo(Class scope, QName name)
TypeInfoSet
ElementInfo
for the given element.
getElementInfo
in interface TypeInfoSet<Type,Class,Field,Method>
getElementInfo
in interface RuntimeTypeInfoSet
getElementInfo
in class TypeInfoSetImpl<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.public Map<QName,RuntimeElementInfoImpl> getElementMappings(Class scope)
TypeInfoSet
ElementInfo
s in the given scope.
getElementMappings
in interface TypeInfoSet<Type,Class,Field,Method>
getElementMappings
in interface RuntimeTypeInfoSet
getElementMappings
in class TypeInfoSetImpl<Type,Class,Field,Method>
scope
- if non-null, this method only returns the local element mapping.public Iterable<RuntimeElementInfoImpl> getAllElements()
TypeInfoSet
ElementInfo
known to this set.
getAllElements
in interface TypeInfoSet<Type,Class,Field,Method>
getAllElements
in interface RuntimeTypeInfoSet
getAllElements
in class TypeInfoSetImpl<Type,Class,Field,Method>
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |