Uses of Interface
com.sun.xml.bind.v2.model.runtime.RuntimeClassInfo
-
Packages that use RuntimeClassInfo Package Description com.sun.xml.bind.v2.model.runtime The specialization ofcom.sun.xml.bind.v2.model.core
for the runtime.com.sun.xml.bind.v2.runtime Code that implements JAXBContext, Unmarshaller, and Marshaller. -
-
Uses of RuntimeClassInfo in com.sun.xml.bind.v2.model.runtime
Methods in com.sun.xml.bind.v2.model.runtime that return RuntimeClassInfo Modifier and Type Method Description RuntimeClassInfo
RuntimeClassInfo. getBaseClass()
RuntimeClassInfo
RuntimeElementInfo. getScope()
Methods in com.sun.xml.bind.v2.model.runtime that return types with arguments of type RuntimeClassInfo Modifier and Type Method Description Map<Class,? extends RuntimeClassInfo>
RuntimeTypeInfoSet. beans()
-
Uses of RuntimeClassInfo in com.sun.xml.bind.v2.runtime
Methods in com.sun.xml.bind.v2.runtime with parameters of type RuntimeClassInfo Modifier and Type Method Description protected ClassBeanInfoImpl
JAXBContextImpl. getOrCreate(RuntimeClassInfo ci)
-