Uses of Interface
org.glassfish.jaxb.runtime.v2.model.runtime.RuntimeTypeInfo
-
Packages that use RuntimeTypeInfo Package Description org.glassfish.jaxb.runtime.v2.model.impl Implementation of the org.glassfish.jaxb.j2s.model package.org.glassfish.jaxb.runtime.v2.model.runtime The specialization oforg.glassfish.jaxb.core.v2.model.corefor the runtime.org.glassfish.jaxb.runtime.v2.runtime Code that implements JAXBContext, Unmarshaller, and Marshaller. -
-
Uses of RuntimeTypeInfo in org.glassfish.jaxb.runtime.v2.model.impl
Classes in org.glassfish.jaxb.runtime.v2.model.impl that implement RuntimeTypeInfo Modifier and Type Class Description classRuntimeBuiltinLeafInfoImpl<T>BuiltinLeafInfoImplwith a support for runtime. -
Uses of RuntimeTypeInfo in org.glassfish.jaxb.runtime.v2.model.runtime
Subinterfaces of RuntimeTypeInfo in org.glassfish.jaxb.runtime.v2.model.runtime Modifier and Type Interface Description interfaceRuntimeArrayInfointerfaceRuntimeBuiltinLeafInfointerfaceRuntimeClassInfointerfaceRuntimeElementinterfaceRuntimeElementInfointerfaceRuntimeEnumLeafInfointerfaceRuntimeLeafInfointerfaceRuntimeNonElementMethods in org.glassfish.jaxb.runtime.v2.model.runtime that return types with arguments of type RuntimeTypeInfo Modifier and Type Method Description Collection<? extends RuntimeTypeInfo>RuntimeElementPropertyInfo. ref()Collection<? extends RuntimeTypeInfo>RuntimePropertyInfo. ref() -
Uses of RuntimeTypeInfo in org.glassfish.jaxb.runtime.v2.runtime
Fields in org.glassfish.jaxb.runtime.v2.runtime with type parameters of type RuntimeTypeInfo Modifier and Type Field Description protected Map<RuntimeTypeInfo,JaxBeanInfo>JAXBContextImpl. beanInfosAll createdJaxBeanInfos.Methods in org.glassfish.jaxb.runtime.v2.runtime with parameters of type RuntimeTypeInfo Modifier and Type Method Description JaxBeanInfoJAXBContextImpl. getOrCreate(RuntimeTypeInfo e)Constructors in org.glassfish.jaxb.runtime.v2.runtime with parameters of type RuntimeTypeInfo Constructor Description JaxBeanInfo(JAXBContextImpl grammar, RuntimeTypeInfo rti, Class<BeanT> jaxbType, boolean isElement, boolean isImmutable, boolean hasLifecycleEvents)ForJaxBeanInfothat has no type names.JaxBeanInfo(JAXBContextImpl grammar, RuntimeTypeInfo rti, Class<BeanT> jaxbType, QName[] typeNames, boolean isElement, boolean isImmutable, boolean hasLifecycleEvents)ForJaxBeanInfothat has multiple type names.JaxBeanInfo(JAXBContextImpl grammar, RuntimeTypeInfo rti, Class<BeanT> jaxbType, QName typeName, boolean isElement, boolean isImmutable, boolean hasLifecycleEvents)ForJaxBeanInfothat has one type name.
-