| Interface | Description |
|---|---|
| IComponent |
Child component (attribute or content) interface definition.
|
| IContainer |
Containing binding definitions structure interface.
|
| IContextObj |
Containing object context interface.
|
| ILinkable |
Linkable component interface definition.
|
| IMapping |
Interface for mapping definitions.
|
| ITypeBinding |
Interface for accessing methods used in a type binding.
|
| Class | Description |
|---|---|
| BaseMappingWrapper |
Component decorator for abstract base mapping from extension mapping.
|
| BindingBuilder |
Binding definition builder.
|
| BindingDefinition |
Binding definition.
|
| ComponentProperty |
Property reference with binding defined by component.
|
| DefinitionContext |
Nesting level for definitions in binding.
|
| DirectGeneric |
Linkage to generic object with defined marshaller and/or unmarshaller.
|
| DirectObject |
Linkage to object with supplied marshaller and unmarshaller.
|
| DirectProperty |
Property reference with marshaller and unmarshaller.
|
| ElementWrapper |
Component decorator for element definition.
|
| LinkableBase |
Base class for components that can be linked from multiple locations within
the binding definition structure.
|
| MappingBase |
Base class for mapping definitions.
|
| MappingDefinition |
Normal mapping with defined binding.
|
| MappingDirect |
Direct mapping using supplied marshaller and unmarshaller.
|
| MappingReference |
Reference to a mapping definition.
|
| NameDefinition |
Named value definition from binding.
|
| NamespaceDefinition |
Namespace definition from binding.
|
| NestedBase |
Base class for structure and collection binding definitions.
|
| NestedCollection |
Collection binding definition.
|
| NestedStructure |
Structure binding definition.
|
| ObjectBinding |
Binding modifiers that apply to a class reference.
|
| ObjectStringConversion |
Object string conversion handling.
|
| OptionalStructureWrapper |
Component decorator for optional structure with associated property.
|
| PassThroughComponent |
Default component decorator.
|
| PrecompiledAbstractMapping |
Abstract mapping defined by a precompiled binding.
|
| PrecompiledBinding |
Linkage to object marshalling/unmarshalling code for a class handled by an
abstract mapping in a precompiled binding.
|
| PrecompiledConcreteMapping |
Concrete mapping defined by a precompiled binding.
|
| PrimitiveStringConversion |
Primitive string conversion handling.
|
| PropertyDefinition |
Property definition from binding.
|
| StringConversion |
String conversion handling.
|
| StructureReference |
Reference to a structure definition.
|
| ValueChild |
Attribute or simple content value definition from binding.
|
Copyright © 2005–2016 jibx.org. All rights reserved.