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.
|
BindingBuilder.ContainerBase |
Base class for containers.
|
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.
|
NestedCollection.AddStore |
Collection item store strategy for collection with add method.
|
NestedCollection.ArrayLoad |
Collection item load strategy for array.
|
NestedCollection.ArrayStore |
Collection item store strategy for array.
|
NestedCollection.CollectionBase |
Base class for collection item load strategy.
|
NestedCollection.CollectionLoad |
Base class for collection item load strategy.
|
NestedCollection.CollectionStore |
Base class for collection item store strategy.
|
NestedCollection.IndexedLoad |
Collection item load strategy for collection with items accessed by
index number.
|
NestedCollection.IndexedStore |
Collection item store strategy for collection with items set by
index number.
|
NestedCollection.IteratorLoad |
Collection item load strategy for collection with items accessed by
iterator or enumeration.
|
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.
|