Package org.jibx.binding.def

Interface Summary
IComponent Child component (attribute or content) interface definition.
IContainer Containing binding definitions structure interface.
IContextObj Containing object context interface.
IMapping Interface for mapping definitions.
 

Class Summary
BaseMappingWrapper Component decorator for abstract base mapping from extension mapping.
BindingBuilder Binding definition constants.
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.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.
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.
 



Project Web Site