public interface RuntimeTypeInfoSet extends com.sun.xml.bind.v2.model.core.TypeInfoSet<Type,Class,Field,Method>
TypeInfoSet
refined for runtime.Modifier and Type | Method and Description |
---|---|
Map<Class,? extends RuntimeArrayInfo> |
arrays() |
Map<Class,? extends RuntimeClassInfo> |
beans() |
Map<Type,? extends RuntimeBuiltinLeafInfo> |
builtins() |
Map<Class,? extends RuntimeEnumLeafInfo> |
enums() |
Iterable<? extends RuntimeElementInfo> |
getAllElements() |
RuntimeNonElement |
getAnyTypeInfo() |
RuntimeNonElement |
getClassInfo(Class type) |
RuntimeElementInfo |
getElementInfo(Class scope,
QName name) |
Map<QName,? extends RuntimeElementInfo> |
getElementMappings(Class scope) |
RuntimeNonElement |
getTypeInfo(Type type) |
dump, getAttributeFormDefault, getElementFormDefault, getNavigator, getSchemaLocations, getTypeInfo, getXmlNs
Map<Class,? extends RuntimeArrayInfo> arrays()
arrays
in interface com.sun.xml.bind.v2.model.core.TypeInfoSet<Type,Class,Field,Method>
Map<Class,? extends RuntimeClassInfo> beans()
beans
in interface com.sun.xml.bind.v2.model.core.TypeInfoSet<Type,Class,Field,Method>
Map<Type,? extends RuntimeBuiltinLeafInfo> builtins()
builtins
in interface com.sun.xml.bind.v2.model.core.TypeInfoSet<Type,Class,Field,Method>
Map<Class,? extends RuntimeEnumLeafInfo> enums()
enums
in interface com.sun.xml.bind.v2.model.core.TypeInfoSet<Type,Class,Field,Method>
RuntimeNonElement getTypeInfo(Type type)
getTypeInfo
in interface com.sun.xml.bind.v2.model.core.TypeInfoSet<Type,Class,Field,Method>
RuntimeNonElement getAnyTypeInfo()
getAnyTypeInfo
in interface com.sun.xml.bind.v2.model.core.TypeInfoSet<Type,Class,Field,Method>
RuntimeNonElement getClassInfo(Class type)
getClassInfo
in interface com.sun.xml.bind.v2.model.core.TypeInfoSet<Type,Class,Field,Method>
RuntimeElementInfo getElementInfo(Class scope, QName name)
getElementInfo
in interface com.sun.xml.bind.v2.model.core.TypeInfoSet<Type,Class,Field,Method>
Map<QName,? extends RuntimeElementInfo> getElementMappings(Class scope)
getElementMappings
in interface com.sun.xml.bind.v2.model.core.TypeInfoSet<Type,Class,Field,Method>
Iterable<? extends RuntimeElementInfo> getAllElements()
getAllElements
in interface com.sun.xml.bind.v2.model.core.TypeInfoSet<Type,Class,Field,Method>
Copyright © 2018 Oracle Corporation. All rights reserved.