Uses of Interface
org.glassfish.jaxb.runtime.v2.model.annotation.RuntimeAnnotationReader
-
Packages that use RuntimeAnnotationReader Package Description org.glassfish.jaxb.runtime.api Runtime API for the JAX-WS RIorg.glassfish.jaxb.runtime.v2 The JAXB 2.0 runtimeorg.glassfish.jaxb.runtime.v2.model.annotation Abstraction around reading annotations, to support internal/external annotations.org.glassfish.jaxb.runtime.v2.model.impl Implementation of the org.glassfish.jaxb.j2s.model package.org.glassfish.jaxb.runtime.v2.runtime Code that implements JAXBContext, Unmarshaller, and Marshaller. -
-
Uses of RuntimeAnnotationReader in org.glassfish.jaxb.runtime.api
Methods in org.glassfish.jaxb.runtime.api with parameters of type RuntimeAnnotationReader Modifier and Type Method Description static JAXBRIContextJAXBRIContext. newInstance(Class[] classes, Collection<TypeReference> typeRefs, Map<Class,Class> subclassReplacements, String defaultNamespaceRemap, boolean c14nSupport, RuntimeAnnotationReader ar)Creates a newJAXBRIContext.static JAXBRIContextJAXBRIContext. newInstance(Class[] classes, Collection<TypeReference> typeRefs, Map<Class,Class> subclassReplacements, String defaultNamespaceRemap, boolean c14nSupport, RuntimeAnnotationReader ar, boolean xmlAccessorFactorySupport, boolean allNillable, boolean retainPropertyInfo, boolean supressAccessorWarnings)Creates a newJAXBRIContext. -
Uses of RuntimeAnnotationReader in org.glassfish.jaxb.runtime.v2
Methods in org.glassfish.jaxb.runtime.v2 with parameters of type RuntimeAnnotationReader Modifier and Type Method Description static JAXBRIContextContextFactory. createContext(Class[] classes, Collection<TypeReference> typeRefs, Map<Class,Class> subclassReplacements, String defaultNsUri, boolean c14nSupport, RuntimeAnnotationReader ar, boolean xmlAccessorFactorySupport, boolean allNillable, boolean retainPropertyInfo)Deprecated.usecreateContext(Class[] classes, Map<String,Object> properties)method insteadstatic JAXBRIContextContextFactory. createContext(Class[] classes, Collection<TypeReference> typeRefs, Map<Class,Class> subclassReplacements, String defaultNsUri, boolean c14nSupport, RuntimeAnnotationReader ar, boolean xmlAccessorFactorySupport, boolean allNillable, boolean retainPropertyInfo, boolean improvedXsiTypeHandling)Deprecated.usecreateContext( Class[] classes, Map<String,Object> properties)method instead -
Uses of RuntimeAnnotationReader in org.glassfish.jaxb.runtime.v2.model.annotation
Classes in org.glassfish.jaxb.runtime.v2.model.annotation that implement RuntimeAnnotationReader Modifier and Type Class Description classRuntimeInlineAnnotationReaderAnnotationReaderthat usesjava.lang.reflectto read annotations from class files. -
Uses of RuntimeAnnotationReader in org.glassfish.jaxb.runtime.v2.model.impl
Constructors in org.glassfish.jaxb.runtime.v2.model.impl with parameters of type RuntimeAnnotationReader Constructor Description RuntimeModelBuilder(JAXBContextImpl context, RuntimeAnnotationReader annotationReader, Map<Class,Class> subclassReplacements, String defaultNamespaceRemap) -
Uses of RuntimeAnnotationReader in org.glassfish.jaxb.runtime.v2.runtime
Methods in org.glassfish.jaxb.runtime.v2.runtime with parameters of type RuntimeAnnotationReader Modifier and Type Method Description JAXBContextImpl.JAXBContextBuilderJAXBContextImpl.JAXBContextBuilder. setAnnotationReader(RuntimeAnnotationReader val)
-