Package org.jibx.binding.model

Interface Summary
IComponent Child component interface definition.
 

Class Summary
AttributeBase Base class for all attribute group structures in binding definition model.
BindingElement Model component for binding element.
BindingElement.UnmarshalWrapper Inner class as wrapper for binding element on unmarshalling.
BindingHolder External data for a binding definition.
BindingOrganizer Organizer for a set of bindings under construction.
BindingUtils Utility methods to support working with binding definitions.
BuiltinFormats Built-in <format> definitions.
ClassHierarchyContext Context for components using a hierarchy of definitions based on class type.
ClassItemWrapper Wrapper for class field or method item information.
ClassUtils Utilities for working with class, field, or method information.
ClassWrapper Wrapper for class information.
CollectionElement Model component for collection element of binding definition.
ContainerElementBase Model component for elements that can contain detailed binding information in the form of nested child components.
DefinitionContext Definition context information.
ElementBase Base class for all element structures in binding definition model.
EmptyArrayList Unmodifiable empty array list.
FormatElement Model component for format element.
IncludeElement Model component for include element of binding definition.
InputElement Model component for input element of binding definition.
MappingElement Model component for mapping element of normal binding definition.
MappingElementBase Model component for mapping element of binding definition.
ModelVisitor Binding model visitor base class.
NameAttributes Model component for name attribute group in binding definition.
NamespaceElement Model component for namespace element of binding definition.
NestingAttributes Model component for nesting attribute group in binding definition.
NestingElementBase Model component for elements that can contain other component elements.
ObjectAttributes Model component for object attribute group in binding definition.
OutputElement Model component for output element of binding definition.
PrecompiledMappingElement Model component for mapping element of precompiled binding definition.
PropertyAttributes Model component for property attribute group in binding definition.
RegistrationVisitor Model visitor for handling item registration.
SequenceVisitor Visitor for child tree of structure with an element definition.
SplitElement Model component for split element of binding definition.
StringAttributes Model component for string attribute group in binding definition.
StructureAttributes Model component for structure attribute group in binding definition.
StructureElement Model component for structure element of binding definition.
StructureElementBase Model component for elements that define the binding structure for an object property.
TemplateElement Model component for template element of binding definition.
TemplateElementBase Model component for elements that define how instances of a particular class are converted to or from XML.
TreeContext Handles walking the tree structure of a binding model, tracking order-dependent state information collected along the way.
ValidationContext Tracks the validation state.
ValidationProblem Problem reported by model validation.
ValueElement Model component for value element.
 



Project Web Site