Uses of Class
org.eclipse.persistence.jaxb.TypeMappingInfo
Packages that use TypeMappingInfo
Package
Description
-
Uses of TypeMappingInfo in org.eclipse.persistence.internal.jaxb
Constructors in org.eclipse.persistence.internal.jaxb with parameters of type TypeMappingInfoModifierConstructorDescriptionJaxbClassLoader(ClassLoader nestedClassLoader, TypeMappingInfo[] types) -
Uses of TypeMappingInfo in org.eclipse.persistence.jaxb
Methods in org.eclipse.persistence.jaxb that return types with arguments of type TypeMappingInfoModifier and TypeMethodDescriptionJAXBContext.getTypeMappingInfoToSchemaType()INTERNAL: Get the map of which TypeMappingInfo corresponds to which QName.Methods in org.eclipse.persistence.jaxb with parameters of type TypeMappingInfoModifier and TypeMethodDescriptionstatic jakarta.xml.bind.JAXBContextJAXBContextFactory.createContext(TypeMappingInfo[] typesToBeBound, Map<String, Object> properties, ClassLoader classLoader) Create a JAXBContext on the array of TypeMappingInfo objects.voidJAXBMarshaller.marshal(Object object, XMLEventWriter eventWriter, TypeMappingInfo type) voidJAXBMarshaller.marshal(Object object, XMLStreamWriter streamWriter, TypeMappingInfo type) voidJAXBMarshaller.marshal(Object object, Result result, TypeMappingInfo type) voidJAXBMarshaller.marshal(Object object, MarshalRecord record, TypeMappingInfo type) jakarta.xml.bind.JAXBElementJAXBUnmarshaller.unmarshal(XMLEventReader eventReader, TypeMappingInfo type) Unmarshal the object based on the binding metadata associated with the TypeMappingInfo.jakarta.xml.bind.JAXBElementJAXBUnmarshaller.unmarshal(XMLStreamReader streamReader, TypeMappingInfo type) Unmarshal the object based on the binding metadata associated with the TypeMappingInfo.jakarta.xml.bind.JAXBElementJAXBUnmarshaller.unmarshal(Source source, TypeMappingInfo type) Unmarshal the object based on the binding metadata associated with the TypeMappingInfo.Constructors in org.eclipse.persistence.jaxb with parameters of type TypeMappingInfoModifierConstructorDescriptionJAXBContext(XMLContext context, Generator generator, TypeMappingInfo[] boundTypes) Create a JAXBContext.protectedJAXBContextState(XMLContext context, Generator generator, TypeMappingInfo[] boundTypes, Map properties) -
Uses of TypeMappingInfo in org.eclipse.persistence.jaxb.compiler
Methods in org.eclipse.persistence.jaxb.compiler that return TypeMappingInfoModifier and TypeMethodDescriptionElementDeclaration.getTypeMappingInfo()Get the TypeMappingInfo object if this ElementDeclaration was created from a TypeMappingInfoMethods in org.eclipse.persistence.jaxb.compiler that return types with arguments of type TypeMappingInfoModifier and TypeMethodDescriptionMap<TypeMappingInfo, Class<?>> AnnotationsProcessor.getTypeMappingInfosToGeneratedClasses()AnnotationsProcessor.getTypeMappingInfosToSchemaTypes()Map<TypeMappingInfo, Class<?>> AnnotationsProcessor.getTypeMappingInfoToAdapterClasses()Generator.getTypeToTypeMappingInfo()Methods in org.eclipse.persistence.jaxb.compiler with parameters of type TypeMappingInfoModifier and TypeMethodDescriptionvoidXMLProcessor.processXML(AnnotationsProcessor annotationsProcessor, JavaModelInput jModelInput, TypeMappingInfo[] typeMappingInfos, JavaClass[] originalJavaClasses) Process XmlBindings on a per package basis for a given AnnotationsProcessor instance.voidElementDeclaration.setTypeMappingInfo(TypeMappingInfo info) Set the TypeMappingInfo object if this ElementDeclaration was created from a TypeMappingInfoMethod parameters in org.eclipse.persistence.jaxb.compiler with type arguments of type TypeMappingInfoModifier and TypeMethodDescriptionvoidGenerator.setTypeToTypeMappingInfo(Map<Type, TypeMappingInfo> typesToTypeMapping) Constructors in org.eclipse.persistence.jaxb.compiler with parameters of type TypeMappingInfoModifierConstructorDescriptionGenerator(JavaModelInput jModelInput, TypeMappingInfo[] typeMappingInfos, JavaClass[] javaClasses, Map<Type, TypeMappingInfo> typeToTypeMappingInfo, String defaultTargetNamespace) This constructor creates a Helper using the JavaModelInput instance's JavaModel and a map of javaclasses that were generated from Type objects.Generator(JavaModelInput jModelInput, TypeMappingInfo[] typeMappingInfos, JavaClass[] javaClasses, Map<Type, TypeMappingInfo> typeToTypeMappingInfo, Map<String, XmlBindings> xmlBindings, ClassLoader cLoader, String defaultTargetNamespace, boolean enableXmlAccessorFactory) This constructor will process and apply the given XmlBindings as appropriate.Constructor parameters in org.eclipse.persistence.jaxb.compiler with type arguments of type TypeMappingInfoModifierConstructorDescriptionGenerator(JavaModelInput jModelInput, TypeMappingInfo[] typeMappingInfos, JavaClass[] javaClasses, Map<Type, TypeMappingInfo> typeToTypeMappingInfo, String defaultTargetNamespace) This constructor creates a Helper using the JavaModelInput instance's JavaModel and a map of javaclasses that were generated from Type objects.Generator(JavaModelInput jModelInput, TypeMappingInfo[] typeMappingInfos, JavaClass[] javaClasses, Map<Type, TypeMappingInfo> typeToTypeMappingInfo, Map<String, XmlBindings> xmlBindings, ClassLoader cLoader, String defaultTargetNamespace, boolean enableXmlAccessorFactory) This constructor will process and apply the given XmlBindings as appropriate. -
Uses of TypeMappingInfo in org.eclipse.persistence.jaxb.javamodel.reflection
Constructors in org.eclipse.persistence.jaxb.javamodel.reflection with parameters of type TypeMappingInfo -
Uses of TypeMappingInfo in org.eclipse.persistence.jaxb.javamodel.xjc
Constructors in org.eclipse.persistence.jaxb.javamodel.xjc with parameters of type TypeMappingInfoModifierConstructorDescriptionXJCJavaModelInputImpl(TypeMappingInfo[] types, JavaModel javaModel) Construct a new instance ofXJCJavaModelInputImpl.