|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use IMapping | |
|---|---|
| org.jibx.binding.def | |
| Uses of IMapping in org.jibx.binding.def |
|---|
| Classes in org.jibx.binding.def that implement IMapping | |
|---|---|
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. |
| Methods in org.jibx.binding.def that return IMapping | |
|---|---|
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(UnmarshallingContext ctx,
IContainer parent,
ArrayList nss,
boolean uord)
Unmarshal mapping definition. |
| Methods in org.jibx.binding.def with parameters of type IMapping | |
|---|---|
void |
DefinitionContext.addMapping(IMapping def)
Add class mapping to set defined at this level. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||