| Package | Description |
|---|---|
| org.jibx.binding.def |
| Modifier and Type | Class and Description |
|---|---|
class |
MappingBase
Base class for mapping definitions.
|
class |
MappingDefinition
Normal mapping with defined binding.
|
class |
MappingDirect
Direct mapping using supplied marshaller and unmarshaller.
|
class |
PrecompiledAbstractMapping
Abstract mapping defined by a precompiled binding.
|
class |
PrecompiledConcreteMapping
Concrete mapping defined by a precompiled binding.
|
| Modifier and Type | Method and Description |
|---|---|
IMapping |
DefinitionContext.getClassMapping(String name)
Get mapping definition for class.
|
IMapping |
MappingReference.getMapping() |
IMapping |
DefinitionContext.getMappingAtLevel(String name)
Get mapping definition for class if defined at this level.
|
static IMapping |
BindingBuilder.unmarshalMapping(org.jibx.runtime.impl.UnmarshallingContext ctx,
IContainer parent,
ArrayList nss,
boolean uord)
Unmarshal mapping definition.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DefinitionContext.addMapping(IMapping def)
Add class mapping to set defined at this level.
|
Copyright © 2005–2016 jibx.org. All rights reserved.