| 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 |
XMLMappingLoaderFactory.getBindingType() |
BindingType |
MappingLoaderFactory.getBindingType()
Defines the binding type of the underlying MappingLoader.
|
BindingType |
JDOMappingLoaderFactory.getBindingType() |
static BindingType |
BindingType.valueOf(String kind) |
| Modifier and Type | Method and Description |
|---|---|
static Iterator<BindingType> |
BindingType.iterator() |
| Modifier and Type | Method and Description |
|---|---|
int |
BindingType.compareTo(BindingType other)
|
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 © 2016. All rights reserved.