| Modifier and Type | Method and Description |
|---|---|
static Map<String,XmlBindings> |
JAXBContextFactory.getXmlBindingsFromProperties(Map properties,
ClassLoader classLoader)
Convenience method for processing a properties map and creating a map of
package names to XmlBindings instances.
|
| Modifier and Type | Method and Description |
|---|---|
static XmlBindings |
XMLProcessor.mergeXmlBindings(List<XmlBindings> bindings)
This method is used to merge several bindings files into one XMLBindings object.
|
| Modifier and Type | Method and Description |
|---|---|
static XmlBindings |
XMLProcessor.mergeXmlBindings(List<XmlBindings> bindings)
This method is used to merge several bindings files into one XMLBindings object.
|
| Constructor and Description |
|---|
Generator(JavaModelInput jModelInput,
Map<String,XmlBindings> xmlBindings,
ClassLoader cLoader,
String defaultTargetNamespace,
boolean enableXmlAccessorFactory)
This constructor will process and apply the given XmlBindings as appropriate.
|
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.
|
XMLProcessor(Map<String,XmlBindings> bindings)
This is the preferred constructor.
|
| Modifier and Type | Field and Description |
|---|---|
protected Map<String,XmlBindings> |
Metadata.bindings |
| Modifier and Type | Method and Description |
|---|---|
Map<String,XmlBindings> |
Metadata.getBindings() |
| Modifier and Type | Method and Description |
|---|---|
XmlBindings |
XMLMetadataSource.getXmlBindings(Map<String,?> properties,
ClassLoader classLoader) |
XmlBindings |
MetadataSourceAdapter.getXmlBindings(Map<String,?> properties,
ClassLoader classLoader) |
XmlBindings |
MetadataSource.getXmlBindings(Map<String,?> properties,
ClassLoader classLoader) |
| Modifier and Type | Method and Description |
|---|---|
XmlBindings |
ObjectFactory.createXmlBindings()
Create an instance of
XmlBindings |
Copyright © 2007–2021 Eclipse.org - EclipseLink Project. All rights reserved.