Package | Description |
---|---|
org.castor.mapping | |
org.exolab.castor.mapping |
The Class Mapping API
|
org.exolab.castor.xml |
The XML Marshaller API
|
Modifier and Type | Field and Description |
---|---|
static BindingType |
BindingType.JDO |
static BindingType |
BindingType.XML |
Modifier and Type | Method and Description |
---|---|
BindingType |
JDOMappingLoaderFactory.getBindingType() |
BindingType |
XMLMappingLoaderFactory.getBindingType() |
BindingType |
MappingLoaderFactory.getBindingType()
Defines the binding type of the underlying MappingLoader.
|
static BindingType |
BindingType.valueOf(String kind) |
Modifier and Type | Method and Description |
---|---|
MappingLoader |
MappingUnmarshaller.getMappingLoader(Mapping mapping,
BindingType bindingType)
Returns a mapping resolver for the suitable engine.
|
MappingLoader |
MappingUnmarshaller.getMappingLoader(Mapping mapping,
BindingType bindingType,
Object param)
Returns a mapping resolver for the suitable engine.
|
MappingLoader |
MappingLoaderRegistry.getMappingLoader(String sourceType,
BindingType bindingType)
Returns a mapping loader for the suitable source and binding type.
|
Modifier and Type | Method and Description |
---|---|
BindingType |
MappingLoader.getBindingType() |
Modifier and Type | Method and Description |
---|---|
BindingType |
XMLMappingLoader.getBindingType() |
Modifier and Type | Method and Description |
---|---|
static ClassDescriptorResolver |
ClassDescriptorResolverFactory.createClassDescriptorResolver(BindingType type)
Returns the matching
ClassDescriptorResolver instance. |
Copyright © 2024. All rights reserved.